Unlocks all things which were locked due to ARMv7, etc

This commit is contained in:
Trenton H
2023-09-08 08:53:07 -07:00
parent 3205bb3bdf
commit d532913d56
12 changed files with 1121 additions and 1093 deletions

View File

@@ -151,7 +151,7 @@ class TagMailAction(BaseMailAction):
_, self.color = parameter.split(":")
self.color = self.color.strip()
if self.color.lower() not in APPLE_MAIL_TAG_COLORS.keys():
if self.color.lower() not in APPLE_MAIL_TAG_COLORS:
raise MailError("Not a valid AppleMail tag color.")
self.keyword = None