Invalidate the folder when encountering a zero serial number.
I have still no idea why the serial number was zero in the first
place, but at least this fixes the problem that those messages
could not be displayed.
(Marc, sorry, but I re-enabled the debug output here)
CCBUG: 149715
svn path=/branches/KDE/4.1/kdepim/; revision=842189
Don't know why I removed this in r837483...
Hide the mimeparttree in the attachment viewer again, since it is empty anyways.
svn path=/branches/KDE/4.1/kdepim/; revision=842186
Make the cancel button really work when the identity dialog complains about some error.
CCBUG: 168016
svn path=/branches/KDE/4.1/kdepim/; revision=841027
Make the maildir setting combobox editable again.
Anyone knows why Qt Designer insists on removing the names from
the widgets even if I didn't change anything?
CCBUG: 167845
svn path=/branches/KDE/4.1/kdepim/; revision=841024
Rename kmailrc keywords
"showTodoColumn" to "showToActColumn" [General]
"TodoMessage" to "ToActMessage" [Reader]
"list-todo-font" to "list-toact-font" [Fonts]
Provide a 4.2 section in the update script to automatically change
the user's kmailrc accordingly.
svn path=/trunk/KDE/kdepim/; revision=840839
Till and I thought this wasn't necessary in the search.
Especially since KMail cannot mark a message as "Old"
(Till says some other mailers can, however)
No need to backport.
svn path=/trunk/KDE/kdepim/; revision=840791
only talk about "todo" or "to-do" in reference to calendar incidences.
a few config file keys still contain "todo" so that should be changed,
but will be done in another commit.
whoops! I should also check the kmail handbook.
svn path=/trunk/KDE/kdepim/; revision=840786
Anyone knows why Qt Designer insists on removing the names from
the widgets even if I didn't change anything?
BUG: 167845
svn path=/trunk/KDE/kdepim/; revision=840346
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
- The coding style
- The commit policy
- Information about the different branches
- pointers to documentation
Please read this and tell me if you think anything is missing or incorrect!
Also, remove the COMMITPOLICY file, the information is now in the hacking file.
svn path=/trunk/KDE/kdepim/; revision=839299
Merged revisions 837719 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r837719 | tilladam | 2008-07-25 16:51:51 +0200 (Fri, 25 Jul 2008) | 4 lines
Make the template parser process teh message before it gets passed to the composer, when creating new mails via DBus, as Kontact does, for example, when hitting the "New Mail" toolbar button. Probably also fixes To and CC header setting, via that interface, etc. Simplify logic a bit as well.
kolab/issue2921
........
svn path=/branches/KDE/4.1/kdepim/; revision=837908
Don't delete the precommand event loop from within itself.
Event loops are Evil.
This should fix precommands yet again (I hope).
CCBUG: 165453
svn path=/branches/KDE/4.1/kdepim/; revision=837905
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r837719 | tilladam | 2008-07-25 16:51:51 +0200 (Fri, 25 Jul 2008) | 4 lines
Make the template parser process teh message before it gets passed to the composer, when creating new mails via DBus, as Kontact does, for example, when hitting the "New Mail" toolbar button. Probably also fixes To and CC header setting, via that interface, etc. Simplify logic a bit as well.
kolab/issue2921
........
svn path=/trunk/KDE/kdepim/; revision=837883
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r836510 | pradeepto | 2008-07-22 14:40:00 +0200 (Tue, 22 Jul 2008) | 7 lines
-- Forward porting from enterprise3. ( Sidenote : this really is a useful feature but often is missed by most users, I think. I never found it until, I was working on some folder selection in enterprise3 sometime back. )
SVN commit 836392 by tilladam:
Add a little explanatory test to the folder selection dialog, otherwise users won't find this insanely useful feature.
........
svn path=/trunk/KDE/kdepim/; revision=837882
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r836408 | tilladam | 2008-07-22 09:28:28 +0200 (Tue, 22 Jul 2008) | 5 lines
Improve the message in the dialog that asks the user whether to forward as a
mime digest or individual mails such that it is understanble by mortals.
CCMAIL: alex@kdab.net
........
svn path=/trunk/KDE/kdepim/; revision=837881
Reasons:
- It was buggy (the recipientseditor, mimeparttree etc didn't obey to it)
- It is already provided by the KDE colorscheme (unlike the other color options)
Also, the ApplicationPaletteChange event is no longer used, so listen to
PaletteChange events instead.
BUG:102906
BUG:167346
svn path=/trunk/KDE/kdepim/; revision=837712