Fixed a bug that would cause messages to be redownloaded in the event of an unclean shutdown on systems with leave mail on server enabled, but bidirectional synchronization off.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12176 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
89b3c19c8a
commit
37dd67fbd1
@ -197,7 +197,7 @@ BMailProtocol::BMailProtocol(BMessage *settings, BMailChainRunner *run)
|
||||
fido.PushInt32(settings->FindInt32("chain"));
|
||||
fido.PushOp(B_EQ);
|
||||
fido.PushOp(B_OR);
|
||||
if (!settings->FindBool("delete_remote_when_local")) {
|
||||
if (!settings->FindBool("leave_mail_on_server")) {
|
||||
fido.PushAttr("BEOS:type");
|
||||
fido.PushString("text/x-partial-email");
|
||||
fido.PushOp(B_EQ);
|
||||
|
Loading…
Reference in New Issue
Block a user