mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 14:11:00 +00:00
Bulk is low priority
This commit is contained in:
parent
592ba34c74
commit
9d1ffe7b0f
1 changed files with 2 additions and 1 deletions
|
@ -543,7 +543,8 @@ public class MessageHelper {
|
|||
priority = EntityMessage.PRIORITIY_NORMAL;
|
||||
else if ("low".equalsIgnoreCase(header) ||
|
||||
"non-urgent".equalsIgnoreCase(header) ||
|
||||
"marketing".equalsIgnoreCase(header))
|
||||
"marketing".equalsIgnoreCase(header) ||
|
||||
"bulk".equalsIgnoreCase(header))
|
||||
priority = EntityMessage.PRIORITIY_LOW;
|
||||
else if (header != null)
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue