On default for pop3 accounts the mails are leaved on the server now. This was a bad trap especially for new MDR users.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30107 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler 2009-04-10 15:15:53 +00:00
parent 33941551de
commit d4236f6ee8

View File

@ -179,6 +179,7 @@ AutoConfigWindow::GenerateBasicAccount()
inboundArchive.AddInt32("flavor", ssl);
inboundArchive.AddString("username", fAccountInfo.loginName);
inboundArchive.AddString("password", fAccountInfo.password);
inboundArchive.AddBool("leave_mail_on_server", bool(true));
inbound->SetFilter(0, inboundArchive, fAccountInfo.inboundProtocol);
}