customize New messages, replies, and forwards, using theBat! language.
FEATURE:
GUI:
merge SVN commit 597343 by winterz:
New Templates Feature.
Code contributed by Dmitry Morozhnikov with some coding style mods by me.
svn path=/branches/KDE/3.5/kdepim/; revision=614022
Put the state of the spell checker in a status box in a compose window.
Remove the status bar message "As-you-type spelling checking enabled/disabled."
This not only looks better, but also helps me as I'm trying to debug
why spell checking sometimes comes and goes for no good reason.
svn path=/branches/KDE/3.5/kdepim/; revision=571208
Thanks to Andreas <apfaller@yahoo.com.au> for identifying the problem and providing the patch.
BUG: 125447
svn path=/branches/KDE/3.5/kdepim/; revision=530022
were "saved" to kmailrc, but kmailrc wasn't synced, so in case of a kmail crash, X crash, power failure, kernel oops...
the settings would be lost, and on the next kmail restart very strange errors would happen when syncing
(can't create folder, folder already there, folder missing, etc.)
The solution: sync(). But while being at it I implemented buffering of sync requests
which was a TODO in kmkernel, but did it in GlobalSettings as Till suggested;
which in turn means we need our own GlobalSettings inheriting GlobalSettingsBase,
and the code lacked ::self()-> in many places to allow that.
srcdir!=builddir users: don't forget to delete globalsettings.{cpp,h} from the builddir
since it's not generated anymore!
CCMAIL: kmail-devel@kde.org
svn path=/trunk/KDE/kdepim/; revision=432538