mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 11:45:36 +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) ||
|
"non-urgent".equalsIgnoreCase(header) ||
|
||||||
"marketing".equalsIgnoreCase(header) ||
|
"marketing".equalsIgnoreCase(header) ||
|
||||||
"bulk".equalsIgnoreCase(header) ||
|
"bulk".equalsIgnoreCase(header) ||
|
||||||
|
"batch".equalsIgnoreCase(header) ||
|
||||||
"b".equalsIgnoreCase(header))
|
"b".equalsIgnoreCase(header))
|
||||||
priority = EntityMessage.PRIORITIY_LOW;
|
priority = EntityMessage.PRIORITIY_LOW;
|
||||||
else if (!TextUtils.isEmpty(header))
|
else if (!TextUtils.isEmpty(header))
|
||||||
|
|
Loading…
Reference in a new issue