mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 01:28:50 -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();
|
message.destroy();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (message.isSet(Flag.FLAGGED))
|
|
||||||
{
|
|
||||||
if (K9.DEBUG)
|
|
||||||
Log.i(K9.LOG_TAG, "Skipping sending FLAGGED message " + message.getUid());
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
AtomicInteger count = new AtomicInteger(0);
|
AtomicInteger count = new AtomicInteger(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user