[Bug 125920] [PATCH] Rebuilding index files breaks "subject threading" for existing messages
Allen Winter <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kmail |
|---|---|
| Message-ID | <[email protected]> |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=125920
winter kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From winter kde org 2007-06-06 06:06 -------
SVN commit 672014 by winterz:
Fix bug "Rebuilding index files breaks "subject threading" for existing messages"
Patch from A. Pfaller. thanks!
BUGS: 125920
M +3 -2 kmkernel.cpp
--- branches/KDE/3.5/kdepim/kmail/kmkernel.cpp #672013:672014
@ -1464,6 +1464,9 @
kdDebug(5006) << k_funcinfo << "foldersPath (after transferMail): '" << foldersPath << "'" << endl;
}
+ // moved up here because KMMessage::stripOffPrefixes is used below
+ KMMessage::readConfig();
+
the_undoStack = new UndoStack(20);
the_folderMgr = new KMFolderMgr(foldersPath);
the_imapFolderMgr = new KMFolderMgr( KMFolderImap::cacheLocation(), KMImapDir);
@ -1479,8 +1482,6 @
the_popFilterMgr = new KMFilterMgr(true);
the_filterActionDict = new KMFilterActionDict;
- // moved up here because KMMessage::stripOffPrefixes is used below -ta
- KMMessage::readConfig();
initFolders(cfg);
the_acctMgr->readConfig();
the_filterMgr->readConfig();