Nick's patch for displaying Face-formatted pictures in the header that has been
tested and lingering for a long time and keeps getting lost.
Ingo approved this a long time ago.
Thanks for the patch Nick, and apologies for the many delays.
svn path=/trunk/KDE/kdepim/; revision=596217
tested and lingering for a long time and keeps getting lost.
Ingo approved this a long time ago.
Thanks for the patch Nick, and apologies for the many delays.
BUGS: 109836
svn path=/branches/KDE/3.5/kdepim/; revision=596213
TODO: if an user receives a mail becasue he/she is in a mailinglist that is in the To and not because he/she was
explictily in the To.
svn path=/branches/kdepim/proko2/kdepim/; revision=567046
TODO: Fix menu in reader window to show Headers menu item properly. [Proko Issue 1302]
TODO: May need a bit of 3.5 style polishing.(later)
svn path=/branches/kdepim/proko2/kdepim/; revision=561561
QMAX/QMIN -> qMax/qMin
I don't know what to do about Q_LONG and Q_ULONG because of the following code in qglobal.h:
#if defined(Q_OS_WIN64)
typedef __int64 Q_LONG; /* word up to 64 bit signed */
typedef unsigned __int64 Q_ULONG; /* word up to 64 bit unsigned */
#else
typedef long Q_LONG; /* word up to 64 bit signed */
typedef unsigned long Q_ULONG; /* word up to 64 bit unsigned */
#endif
Should I simply convert to (unsigned) long?
svn path=/trunk/KDE/kdepim/; revision=468393
Please accept my deepest apologies, I only over my KDE inexperience as
an excuse.
I was unaware of the feature freeze.
I had asked for and was given a review on the #kontact irc channel.
I will make the required changes and attach a new patch to bug report
for safe keeping. How do I add something to the feature list for a
future release as I am keen to get this into kmail at some point?
Sorry again.
CCBUG: 109836
svn path=/branches/KDE/3.5/kdepim/; revision=451833
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