When tagging an email using Gmail label extensions, append the label instead of replacing

This commit is contained in:
Trenton H 2023-03-10 07:44:32 -08:00
parent fcba2cca77
commit 4383550d98

View File

@ -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: