Don't overwrite bcc addresses the user already editted when changing to an
identity with a bcc address. Also fixes several other corner cases in that
area.
Thanks, Matt.
CCMAIL: 67115-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=338138
WhatsThis texts to the To, Cc and Bcc labels of the composer window.
Thanks to everyone who contributed to these texts and the discussions.
CCMAIL: 78522-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=329041
the sign/encrypt checkboxes even when the crypto protocol was automatically set
to one that can sign/encrypt attachments. Wow description longer than fix.
https://intevation.de/roundup/aegypten/issue227
svn path=/trunk/kdepim/; revision=327035
This patch represents most of the user-visible enhancements from
aegypten_branch. It implements - among others - opportunistic encryption for
S/MIME (was OpenPGP-only), automatic choice of crypto message format (four to
choose from), per-contact crypto preferences stored in, and editable in
KAddressBook/HEAD, etc, etc.
It's a huge bulk of new code, esp. in messagecomposer, but even more so in
keyresolver (already comitted, as it's a new file), so expect a few bugs left
in there and report them (after checking for dup's, of course), to
https://intevation.de/roundup/aegypten
(you are of course more than welcome to provide patches, now that this work is
mostly yours, anyway).
svn path=/trunk/kdepim/; revision=316515
(better than <foo.h>, especially when systems could have an identity.h somewhere)
A kconfig_update script moves the identities from kmailrc to emailidentities
svn path=/trunk/kdepim/; revision=311347
Thanks to Till for the advice on how to do that (storing folder id and using a KMMoveCommand)
Added kmkernel::findFolderById() to avoid copy/pasting yet another time
the code that looks in the 3 foldermgrs; ported the existing code to that.
CCMAIL: 43218-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=311024
work anymore correctly because the messages were treated as if the user
wanted to edit a HTML message. This was fixed by introducing a new
private header X-KMail-Markup which is set to "true" for HTML messages
which the user creates with KMail.
- Fix another HTML editting regression: Plain text messages with a HTML
attachment were treated as multipart/alternative messages. This was fixed
by checking whether the parent of the text/html body part is a mp/alt bp.
- useHTMLEditor -> mUseHTMLEditor (member variables must start with an 'm')
- Remove superfluous toggleMarkup calls from the c'tor since this is done
in setMsg and since it was anyway much too simple (and therefore wrong).
- Move some local variables to where they are really used.
- Remove kdDebug which dumped the whole message.
- Show the HTML toolbar if toggleMarkup( true ) is called so that the
toolbar is visible if the user edits a HTML message.
svn path=/trunk/kdepim/; revision=299377
by the HTML composing changes).
This was very probably the reason for my crash-on-sending-with-Ctrl-Return.
CCMAIL: sanders@kde.org
svn path=/trunk/kdepim/; revision=298025