POP3: report spam button

This commit is contained in:
M66B 2022-03-26 12:03:21 +01:00
parent f1d3a10235
commit 6f9b5bdb11
1 changed files with 1 additions and 1 deletions

View File

@ -2069,7 +2069,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
boolean delete = (inTrash || !hasTrash || inJunk || outbox || message.uid == null || pop);
boolean forever = (delete && (!pop || !message.accountLeaveDeleted));
boolean report = ((!inJunk && move) || (pop && inInbox));
boolean report = (pop ? inInbox : !inJunk && move);
boolean headers = (message.uid != null || (pop && message.headers != null));
evalProperties(message); // TODO: done again in bindBody