added a option to pick a sent-mail folder on the composer window.
The folders are all identified by the idString() and in all situations there
is a fallback (kernel->sentFolder()) in case the specified folder has been
deleted or something like this.
Possible problems pointed by Ingo Klöcker have been solved.
svn path=/trunk/kdenetwork/kmail/; revision=119050
conversions, it indeed gives a better overview in the code.
This also fixes a few minor problems with non-latin folder names.
- Remove all subfolders, when removing a folder, not only the first one.
- Remove some unused code.
svn path=/trunk/kdenetwork/kmail/; revision=102457
You need to rerun make -f Makefile.cvs in kdenetwork, because
kmfilteraction has no .moc file anymore, but kmfawidgets has.
svn path=/trunk/kdenetwork/kmail/; revision=100512
stop processing here;
Make KMFilterMgr use iterators instead of first() and next();
Remove the current QToolTips from the filter dialog. They are overloaded.
I made QWhatsThis texts and slim QToolTips instead.
svn path=/trunk/kdenetwork/kmail/; revision=99624
I recently subscribed to some new mailing lists. The mailing list
admin doesn't set a reply-to field to ensure that mails are sent to the
list (yes I heard the arguments for not doing so but none of those
arguments actually make sense).
So now there is a new filter rule "set Reply-to" that allows KMail users
to override the decision of the list admin and set there own reply-to
header field.
svn path=/trunk/kdenetwork/kmail/; revision=69728
non-iso8859-1 support to KMail. This has a GUI change a "Set encoding..."
menu item has been added to the "Options" menu of the composer. This patch
fixes many bugs that non-iso8859-1 users consider critical. I've been
testing if for a few days now, it seems not to adversely affect iso-8859-1
only users, but it's pretty big and needs more testing.
Also a small patch from me to fix some int methods returning bools in
kmfilteraction.cpp (notice by Rik Hemsley, thanks Rik).
Update version number to 1.1.95.3
svn path=/trunk/kdenetwork/kmail/; revision=66711
I also i18n'd the code, and tried to handle the case where the user
changes language preferences (so don't save any i18n strings into the
config file). Actually for this last case I slacked off a bit when it
got to kmcomposewin but with any luck the user won't be affected.
svn path=/trunk/kdenetwork/kmail/; revision=59742
to a message, and also the user to select a smtp server to use when
replying to a message while editing that message in the composer.
svn path=/trunk/kdenetwork/kmail/; revision=56980
a QList< KMFolder >*, should improve event safety (eg maybe KMail won't crash if you delete the folder currenty being searched, assuming it could before).
svn path=/trunk/kdenetwork/kmail/; revision=55182