Priority B

This commit is contained in:
M66B 2019-10-13 21:30:27 +02:00
parent 1dbeb5e53e
commit 96abb4fb8a
1 changed files with 2 additions and 1 deletions

View File

@ -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 {