mirror of https://github.com/M66B/FairEmail.git
Reduced max recipients to 5
This commit is contained in:
parent
49fcf40c45
commit
c2ea061d34
|
@ -287,7 +287,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
private static final ExecutorService executor =
|
||||
Helper.getBackgroundExecutor(2, "differ");
|
||||
|
||||
private static final int MAX_RECIPIENTS = 10;
|
||||
private static final int MAX_RECIPIENTS = 5;
|
||||
|
||||
// https://www.iana.org/assignments/imap-jmap-keywords/imap-jmap-keywords.xhtml
|
||||
private static final List<String> IMAP_KEYWORDS_BLACKLIST = Collections.unmodifiableList(Arrays.asList(
|
||||
|
|
Loading…
Reference in New Issue