from enterprise branch.
This contains attachment deletion/editing support for already existing
mails and inline editing of attachments in the composer.
svn path=/trunk/KDE/kdepim/; revision=691370
color for the folder name, to help improve the usability of working
with quota'd folders.
Resolves kolab merge item 22. Forward port of enterprise commits:
669156, 671804, 677689, 680527
svn path=/trunk/KDE/kdepim/; revision=691345
font for display and printing. Handy, if one wants to print or view
a message with smaller or larger font without changing defaults.
Resolves kolab merge issue 30. Forward port of commits 671035 and 671938
from enterprise branch.
svn path=/trunk/KDE/kdepim/; revision=691323
To make the buttons appear like in KDE3, I had to port away from KDialog as KDialog does not seem to support spacers between buttons.
Additionally, make the processed message count available again.
svn path=/trunk/KDE/kdepim/; revision=690397
Warning: If you have been using rev. 689148 or higher, you need to manually run kconf_update before starting KMail or you will lose your account settings. See kmail.upd for details.
svn path=/trunk/KDE/kdepim/; revision=689633
Do not filter new message in groupware folders by default and folders
with insufficient access rights (kolab issue 1858).
svn path=/trunk/KDE/kdepim/; revision=689504
Then use it in the account wizard and the account selection dialog.
Additionally, fix layout and general cleanup of the account selection dialog.
svn path=/trunk/KDE/kdepim/; revision=689472
Using a const iterator to iterate over a list of changing items is not a good idea.
Fun fact: The iterator loop contained another nested iterator, with the exact same name. And it even worked.
svn path=/trunk/KDE/kdepim/; revision=689231
Now, we use enums instead of strings.
Add the names of the types to KAccount. They can now be translated.
Also, provide an update script for easy config migration.
BUG: 90509
svn path=/trunk/KDE/kdepim/; revision=689148
Put all kleo headers under kleo/, and ui stuff in kleo/ui,
and adapt pim apps to look in these places, and don't include uic
generated headers in public headers. Dashboard only knows if
I am doing the right thing.
CCMAIL:tomalbers@kde.nl
svn path=/trunk/KDE/kdepimlibs/kleo/; revision=687789
fix templates for forwarding do not work with inline mails
Thanks to vondom for providing the patch, and thanks
to everyone who tested.
We very few KDEPIM developers are currently swamped with KDE4
and "real life" so the extra help really is appreciated.
svn path=/trunk/KDE/kdepim/; revision=685753