mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 09:08:49 -05:00
Disable "don't send messages in the outbox if they're flagged" - users
really don't like their mail just getting stuck
This commit is contained in:
parent
ecf793ea26
commit
4fb338d8a9
@ -3509,12 +3509,6 @@ public class MessagingController implements Runnable
|
||||
message.destroy();
|
||||
continue;
|
||||
}
|
||||
if (message.isSet(Flag.FLAGGED))
|
||||
{
|
||||
if (K9.DEBUG)
|
||||
Log.i(K9.LOG_TAG, "Skipping sending FLAGGED message " + message.getUid());
|
||||
continue;
|
||||
}
|
||||
try
|
||||
{
|
||||
AtomicInteger count = new AtomicInteger(0);
|
||||
|
Loading…
Reference in New Issue
Block a user