mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-19 10:19:27 -05:00
remove unnecessary whitespaces
This commit is contained in:
parent
6fe5674ac3
commit
93d272f50b
@ -27,7 +27,6 @@ from paperless_mail.models import MailAccount
|
|||||||
from paperless_mail.models import MailRule
|
from paperless_mail.models import MailRule
|
||||||
|
|
||||||
# Apple Mail sets multiple IMAP KEYWORD and the general "\Flagged" FLAG
|
# Apple Mail sets multiple IMAP KEYWORD and the general "\Flagged" FLAG
|
||||||
|
|
||||||
# imaplib => conn.fetch(b"<message_id>", "FLAGS")
|
# imaplib => conn.fetch(b"<message_id>", "FLAGS")
|
||||||
|
|
||||||
# no flag - (FLAGS (\\Seen $NotJunk NotJunk))'
|
# no flag - (FLAGS (\\Seen $NotJunk NotJunk))'
|
||||||
@ -140,7 +139,6 @@ class TagMailAction(BaseMailAction):
|
|||||||
# Set the general \Flagged
|
# Set the general \Flagged
|
||||||
# This defaults to the "red" flag in AppleMail and
|
# This defaults to the "red" flag in AppleMail and
|
||||||
# "stars" in Thunderbird or GMail
|
# "stars" in Thunderbird or GMail
|
||||||
|
|
||||||
M.flag(message_uids, [MailMessageFlags.FLAGGED], True)
|
M.flag(message_uids, [MailMessageFlags.FLAGGED], True)
|
||||||
|
|
||||||
elif self.keyword:
|
elif self.keyword:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user