mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	fix formatting
This commit is contained in:
		| @@ -73,7 +73,7 @@ class TagMailAction(BaseMailAction): | |||||||
|     def post_consume(self, M: MailBox, message_uids, parameter): |     def post_consume(self, M: MailBox, message_uids, parameter): | ||||||
|         if re.search(r"gmail\.com$|googlemail\.com$", M._host): |         if re.search(r"gmail\.com$|googlemail\.com$", M._host): | ||||||
|             for uid in message_uids: |             for uid in message_uids: | ||||||
|                 M.client.uid("STORE", uid, 'X-GM-LABELS', self.keyword) |                 M.client.uid("STORE", uid, "X-GM-LABELS", self.keyword) | ||||||
|         else: |         else: | ||||||
|             M.flag(message_uids, [self.keyword], True) |             M.flag(message_uids, [self.keyword], True) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Stefan
					Stefan