Don't update if you don't want to fix it. If you still do, disable kmail from compilation.
And never try to run it on important data. ;)
svn path=/branches/work/akonadi-ports/kdepim/; revision=1036843
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.3/kdepim
........
r1023466 | wstephens | 2009-09-14 21:19:51 +0200 (Mon, 14 Sep 2009) | 8 lines
Backport r1023461 - fix restore of always show matched 'download later'
message setting (https://bugzilla.novell.com/show_bug.cgi?id=471760).
Thomas, I forgot to CC you on the original commit, CCing you know in
case you want this for a branch.
CCMAIL: mcguire@kde.org
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1024473
based on a commit from Christian Schaarschmidt on the kdepim-3.5.5+
branch
BUG: 48938
CCMAIL: exit3219@gmail.com
svn path=/trunk/KDE/kdepim/; revision=1002356
I've simply replaced an iterator-loop with a for-loop, can anybody who understands iterators
point me to the reason why the iterator-based version crashed? Because I have no idea.
(I also tried removing the const from the iterator, but that didn't help)
BUG: 166477
svn path=/trunk/KDE/kdepim/; revision=840343
- deprecated--
- Change "Import" to "Import...", since it opens a dialog.
(same with export)
- activate alternate row colors
- style fixes
- tabs-- (in related files)
- fix identation
People, please use 2 spaces identation only. The exporter/importer
merge was again plagued by inconsistent identation, like having
4 spaces functions in a 2 spaces file, 2 spaces identation lines in a
4 spaces function and even 6 spaces in one function.
svn path=/trunk/KDE/kdepim/; revision=764382
svn+ssh://ahartmetz@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r728541 | tilladam | 2007-10-23 18:40:16 +0200 (Tue, 23 Oct 2007) | 6 lines
Add the ability to import and export filter rules to files. Imported rules
are appended. Import works both from previously exported files as well
as normal kmailrc config files.
Prokde35-z Item 16.
........
r732440 | tilladam | 2007-11-03 22:14:28 +0100 (Sat, 03 Nov 2007) | 4 lines
Make sure the file selector is shown on top of the filter dialog.
issue/kolab2142
........
r732794 | tilladam | 2007-11-04 20:56:03 +0100 (Sun, 04 Nov 2007) | 2 lines
Make it possible to select a subset of all filters to import or export.
........
r733495 | tilladam | 2007-11-06 14:45:45 +0100 (Tue, 06 Nov 2007) | 4 lines
Provide a proper parent for the "ask to overwrite" dialog.
kolab/issue2142
........
r733511 | tilladam | 2007-11-06 15:34:16 +0100 (Tue, 06 Nov 2007) | 4 lines
Move transaction code into the filtermanager, from the caller and make sure
filter counts are written to and read from the right section.
kolab/issue 2176
........
r733519 | tilladam | 2007-11-06 15:56:16 +0100 (Tue, 06 Nov 2007) | 4 lines
Show an error message if the to-be-imported filters file can't be read.
kolab/issue2175
........
r748479 | vkrause | 2007-12-14 16:57:26 +0100 (Fri, 14 Dec 2007) | 4 lines
Don't lose newly entered filter settings when clicking on ok or apply.
Kolab issue 2191
........
svn path=/trunk/KDE/kdepim/; revision=761360
are appended. Import works both from previously exported files as well
as normal kmailrc config files.
Prokde35-z Item 16.
svn path=/branches/kdepim/enterprise/kdepim/; revision=728541
for the new kDebug/kError/kWarning/kFatal syntax.
You can use the following command to find 'old' code:
egrep -r -A 5 '(kDebug|kError|kWarning|kFatal).*' * | grep -v ".svn" | grep "<< *endl;"
svn path=/trunk/KDE/kdepim/; revision=695781
FEATURE (sort of): Andreas' New Background Filtering code
Tested for several weeks now in the pim+ branch.
Approved by Andreas.
Trunkported weeks ago.
svn path=/branches/KDE/3.5/kdepim/; revision=608897
Try to filter on headers whenever possible to avoid access to the whole
messages if it isn't needed by the filter rules or filter actions.
svn path=/trunk/KDE/kdepim/; revision=607206
so it can crash if e.g. QString::null hasn't been initialized yet.
Using a pointer instead, with delayed initialization.
svn path=/trunk/KDE/kdepim/; revision=486706
dialog.
Use action scheduler for manual filtering and for online IMAP
filtering when an online IMAP folder is specified as the
target of any filter action.
Set the action scheduler account in KMAcctImap,
so that per account filtering works
with the action scheduler (oops).
In the old filter system, KMFilterMgr explicityly
ignore online IMAP targets.
GUI: Online IMAP folders are now shown in the filter dialog.
GUI: An information dialog is shown when an online IMAP
GUI: folder is specified as the target of a filter action
GUI: in the filter dialog.
svn path=/branches/KDE/3.5/kdepim/; revision=451939