mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 19:56:10 +00:00
Priority B
This commit is contained in:
parent
1dbeb5e53e
commit
96abb4fb8a
1 changed files with 2 additions and 1 deletions
|
@ -547,7 +547,8 @@ public class MessageHelper {
|
|||
else if ("low".equalsIgnoreCase(header) ||
|
||||
"non-urgent".equalsIgnoreCase(header) ||
|
||||
"marketing".equalsIgnoreCase(header) ||
|
||||
"bulk".equalsIgnoreCase(header))
|
||||
"bulk".equalsIgnoreCase(header) ||
|
||||
"b".equalsIgnoreCase(header))
|
||||
priority = EntityMessage.PRIORITIY_LOW;
|
||||
else if (!TextUtils.isEmpty(header))
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue