mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 00:35:30 +01:00
remove unnecessary whitespaces
This commit is contained in:
parent
6fe5674ac3
commit
93d272f50b
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue