remove unnecessary whitespaces

This commit is contained in:
Clemens Rieder 2023-01-11 18:19:36 +01:00 committed by Trenton H
parent 6fe5674ac3
commit 93d272f50b

View File

@ -27,7 +27,6 @@ from paperless_mail.models import MailAccount
from paperless_mail.models import MailRule
# Apple Mail sets multiple IMAP KEYWORD and the general "\Flagged" FLAG
# imaplib => conn.fetch(b"<message_id>", "FLAGS")
# no flag - (FLAGS (\\Seen $NotJunk NotJunk))'
@ -140,7 +139,6 @@ class TagMailAction(BaseMailAction):
# Set the general \Flagged
# This defaults to the "red" flag in AppleMail and
# "stars" in Thunderbird or GMail
M.flag(message_uids, [MailMessageFlags.FLAGGED], True)
elif self.keyword: