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:
@@ -197,7 +197,7 @@ BMailProtocol::BMailProtocol(BMessage *settings, BMailChainRunner *run)
|
|||||||
fido.PushInt32(settings->FindInt32("chain"));
|
fido.PushInt32(settings->FindInt32("chain"));
|
||||||
fido.PushOp(B_EQ);
|
fido.PushOp(B_EQ);
|
||||||
fido.PushOp(B_OR);
|
fido.PushOp(B_OR);
|
||||||
if (!settings->FindBool("delete_remote_when_local")) {
|
if (!settings->FindBool("leave_mail_on_server")) {
|
||||||
fido.PushAttr("BEOS:type");
|
fido.PushAttr("BEOS:type");
|
||||||
fido.PushString("text/x-partial-email");
|
fido.PushString("text/x-partial-email");
|
||||||
fido.PushOp(B_EQ);
|
fido.PushOp(B_EQ);
|
||||||
|
|||||||
Reference in New Issue
Block a user