mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
When tagging an email using Gmail label extensions, append the label instead of replacing
This commit is contained in:
parent
fcba2cca77
commit
4383550d98
@ -165,7 +165,7 @@ class TagMailAction(BaseMailAction):
|
||||
|
||||
def post_consume(self, M: MailBox, message_uid: str, parameter: str):
|
||||
if re.search(r"gmail\.com$|googlemail\.com$", M._host):
|
||||
M.client.uid("STORE", message_uid, "X-GM-LABELS", self.keyword)
|
||||
M.client.uid("STORE", message_uid, "+X-GM-LABELS", self.keyword)
|
||||
|
||||
# AppleMail
|
||||
elif self.color:
|
||||
|
Loading…
x
Reference in New Issue
Block a user