mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 18:46:52 +01:00
Unlocks all things which were locked due to ARMv7, etc
This commit is contained in:
parent
3205bb3bdf
commit
d532913d56
12 changed files with 1121 additions and 1093 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue