fix formatting

This commit is contained in:
Stefan 2022-08-17 11:18:48 +02:00 committed by Trenton Holmes
parent edabf208bc
commit 5c49bbfc73

View File

@ -73,7 +73,7 @@ class TagMailAction(BaseMailAction):
def post_consume(self, M: MailBox, message_uids, parameter):
if re.search(r"gmail\.com$|googlemail\.com$", M._host):
for uid in message_uids:
M.client.uid("STORE", uid, 'X-GM-LABELS', self.keyword)
M.client.uid("STORE", uid, "X-GM-LABELS", self.keyword)
else:
M.flag(message_uids, [self.keyword], True)