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:
Nathan Whitehorn 2005-03-31 01:04:44 +00:00
parent 89b3c19c8a
commit 37dd67fbd1

View File

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