mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 02:53:46 +02:00
Added POP3 raw save
This commit is contained in:
@@ -3068,7 +3068,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
.setIcon(R.drawable.baseline_arrow_downward_24)
|
||||
.setEnabled(!EntityMessage.PRIORITIY_LOW.equals(result.importance));
|
||||
|
||||
if (result.accounts.size() > 0 /* IMAP */ && ids.length < MAX_SEND_RAW)
|
||||
if (ids.length < MAX_SEND_RAW)
|
||||
popupMenu.getMenu().add(Menu.NONE, R.string.title_raw_send, order++, R.string.title_raw_send)
|
||||
.setIcon(R.drawable.twotone_attachment_24);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user