Merged revisions 807761-809626,809628-809708,809710-810236,810238-810302,810304,810306-811064,811066-811205,811207-813546,813549-814372,814374,814376-816024,816026-816313,816315-816322,816324-817070,817072-817087,817089-817101,817103-817567,817569-817603,817605-817709,817711-818287,818289-818311,818313-819076,819078-820073,820075-821035,821037-821124,821126-821345,821347-821370,821372-821378,821380-821648,821650,821652-821835,821837-822268,822270-823852,823854-823882,823884-824217,824219-824277,824279-824285,824287-825075,825077-825083,825085-825805,825807-826354,826356-827490,827492-827612,827614-827891,827893-827903,827905-827944,827946-827949,827951-828972,828974-829033,829035-830099,830101-830132,830134-830442,830444-830477,830479-830875,830877-830932,830934-834241 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim ........ r807761 | vkrause | 2008-05-14 19:00:30 +0200 (Wed, 14 May 2008) | 5 lines Don't delete folder configs for folders that might not be in the list here but nevertheless still exist. Kolab issue 2667 ........ r821814 | vkrause | 2008-06-18 17:21:15 +0200 (Wed, 18 Jun 2008) | 5 lines Make sure favorite folder items get the same label independent of how say are created. Kolab issue 2785. ........ r823865 | tilladam | 2008-06-24 14:03:18 +0200 (Tue, 24 Jun 2008) | 7 lines Make it possible again to accept an invitation that was sent to a distribution list the current user is part of, by offering all the identities in addition to the recipients of the invite as choices for the attendee. kolab/issue1998 ........ r824289 | vkrause | 2008-06-25 17:20:44 +0200 (Wed, 25 Jun 2008) | 3 lines Honor local subscription, fixes non-subscribed folders showing up in the folder tree for a short time after changing local subscriptions. ........ r824806 | vkrause | 2008-06-26 18:42:06 +0200 (Thu, 26 Jun 2008) | 6 lines The else block is supposed to belong to the outer if, so we need braces here. This ensures that a failed annotation job is removed correctly from the job map and therefore avoids a crash on exit when KMail tries to cancel the apparently still running job. ........ r830550 | vkrause | 2008-07-10 20:51:09 +0200 (Thu, 10 Jul 2008) | 23 lines Backport SVN commit 829126 by vkrause from enterprise4 branch: Close the folder before we unregister from the message dict. This fixes the .index.db file being newer than the corresponding .index.ids file, causing the latter being detected as outdated on the next startup. In this case message wouldn't have a serial number, which the sqlite backend poorly recovers from, causing apparent mail loss (fixable by rebuilding the folder index). And to make it even more confusing, this only happends for new DIMAP folders that have been synced but not entered yet before shutting down KMail. Kolab issue 2816 Incidentally this also fixes the mysterious non-persistence of certain folder infos worked around in revision 830478. This happend because groupware folders were kept open until destructions. However, writeConfig() was called from the KMFolderMaildir dtor at which point the virtual writeConfig() in KMFolderCachedImap wasn't available anymore. Kolab issue 2666 ........ r834241 | vkrause | 2008-07-18 15:25:03 +0200 (Fri, 18 Jul 2008) | 7 lines Update the highest uid even if we don't find the corresponding message anymore or the folder is empty. This happens for example when the message with this uid was moved away by a filter just before we got here, which then caused mail duplication during the next sync. Kolab issue 2801 ........ svn path=/branches/KDE/3.5/kdepim/; revision=848898wilder-work
parent
e2f1718ffc
commit
8694d8aa01
8 changed files with 34 additions and 22 deletions
Loading…
Reference in new issue