Added POP3 raw save

This commit is contained in:
M66B
2021-09-05 22:01:28 +02:00
parent f67147e703
commit 197e366144
4 changed files with 47 additions and 7 deletions

View File

@@ -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);