mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 03:05:31 +00:00
Priority batch
This commit is contained in:
parent
c71bd88789
commit
7060a62817
1 changed files with 1 additions and 0 deletions
|
@ -563,6 +563,7 @@ public class MessageHelper {
|
|||
"non-urgent".equalsIgnoreCase(header) ||
|
||||
"marketing".equalsIgnoreCase(header) ||
|
||||
"bulk".equalsIgnoreCase(header) ||
|
||||
"batch".equalsIgnoreCase(header) ||
|
||||
"b".equalsIgnoreCase(header))
|
||||
priority = EntityMessage.PRIORITIY_LOW;
|
||||
else if (!TextUtils.isEmpty(header))
|
||||
|
|
Loading…
Reference in a new issue