Summary: | [PATCH] Leave X messages on server or Keep Y Mb on server broken | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | JW <cyb3rj> |
Component: | pop3 | Assignee: | Will Stephenson <wstephenson> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mcguire, wstephenson |
Priority: | NOR | ||
Version: | SVN trunk (KDE 4) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Fix broken logic that determines which mails to keep
Fix broken logic that determines which mails to keep |
Description
JW
2007-10-25 03:17:19 UTC
I 've got a similar problem with opensuse11.0 - kmail 1.9.51 - kde 4.0.4::: In account-settings there is the possibility to leave messages on the server when checking mail, but: If on a pop-account the "leave fetched messages on the server" (1) is enabled not specifying any of the other possibilities - "leave messages on the server for 'x' days" (2) - "keep only the last 'x' messages" (3) - "keep only the last 'x' MB" (4), then the messages remain on the server The following combination (1) + (2) works as well But the combinations (1) + (3) or (1) + (4) don't work at all: all messages are removed from the server. Created attachment 26230 [details]
Fix broken logic that determines which mails to keep
Thomas: does the patch look correct to you? Created attachment 26233 [details]
Fix broken logic that determines which mails to keep
Replaces version with debug left in
SVN commit 834272 by tmcguire: Fix "leave on server only the last x messages" and "leave on server only the last x MB" not working when "leave on server for x days" is not checked for POP3 accounts. Many thanks to Will Stephenson who came up with the patch. BUG:151308 M +37 -15 popaccount.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=834272 SVN commit 834291 by tmcguire: Backport r834272 by tmcguire to the 4.1 branch: Fix "leave on server only the last x messages" and "leave on server only the last x MB" not working when "leave on server for x days" is not checked for POP3 accounts. Many thanks to Will Stephenson who came up with the patch. CCBUG:151308 M +37 -15 popaccount.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=834291 |