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
Allows only one transfer filter action to be applied per message.
This has the unfortunate side effect of:
Appearing to reverse the order in which filters are applied
But at least filters at the top of the list have highest priority now.
svn path=/trunk/kdenetwork/kmail/; revision=44843
action "Move" of 1998-06-14.
Fixed bug in kmfilteraction "Move" action.
* Fonts: reader- and composer-window now change
their font when the settings are changed.
* Shutdown: improved handling of window-close and
KMail shutdown- and crash-handling.
svn path=/trunk/kdenetwork/kmail/; revision=8280