SVN commit 703234 by tilladam:
Make sure the crypto state is not restored from headers if there are no headers.
Thanks to Alexis Papadopoulos for noticing, and for coming up with a patch
for this in the first place.
svn path=/trunk/KDE/kdepim/; revision=703240
- Use the TransportComboBox in the identity dialog
- Remove some leftover code which is now handled by the mailtransport library
- Use the transport IDs as identifiers instead of their names, this should be much
more fail-safe
- Fix the Send Now Via/Send Later Via toolbuttons in the composer
- Remove an unrelated unused function
- Also, fix signal/slot for autosavemessage
svn path=/trunk/KDE/kdepim/; revision=702520
SVN commit 702342 by tilladam:
Make the behavior on Edit -> Paste, RMB -> Paste and Ctrl-V for URLs consistent, by
asking the user whether to paste as text, or as an attachment in all cases.
Prokde35-z Item 35.
svn path=/trunk/KDE/kdepim/; revision=702349
SVN commit 702320 by tilladam:
Make sure to store the state of the crypto actions when saving a mail to
drafts, but only if the state of the mail itself should not be used as
indication of the state of the actions. This is governd by the option
to "never sign and encrypt when saving to drafts" in the security
settings.
Prokde35-z item 44.
svn path=/trunk/KDE/kdepim/; revision=702321
- Don't fail when the selection is empty and the pipe command is invoked
- Pipe the entire body through the command instead of just the selection.
This ensures that the body is correctly piped when nothing is selected.
svn path=/trunk/KDE/kdepim/; revision=701880
This removes a superflous newline in the default reply template.
- Correct the icon name for the sent mail folder
This has no effect since that icon is somehow missing though...
- Bring back progress information for sent mails.
However, since currently no mails bigger than 13kB can be sent due to an kio_smtp bug,
you will probably not need this.
Note that it took me some time to find the processedSize() signal, because it is not ine
the apidox because of some ifdef hack (see commit 641910).
Would be nice if someone with apidox knowledge can fix that.
svn path=/trunk/KDE/kdepim/; revision=700889
SVN commit 700851 by moenicke:
* fix for kolab issue 1882 (Crash after reply to a revoked mail):
The storage needs to be open before remove is called, otherwise
it will not unregister the corresponding serial numbers from
the message dict, since its message list is empty, and the .ids
file contents are not loaded. That can lead to lookups in the
dict returning stale pointers to the folder later.
svn path=/trunk/KDE/kdepim/; revision=700858
Now %CURSOR works again, this was somehow lost in porting.
Additionally, it is now possible again to set the cursor to the first line.
BUG: 140917
CCBUG: 141459
svn path=/trunk/KDE/kdepim/; revision=700430
Instead of skipping some template tags like QUOTE or HEADERS, now the whole
template is skipped when doing a blank reply.
BUG: 142483
svn path=/trunk/KDE/kdepim/; revision=700384
into KParts::OpenUrlArguments and KParts::BrowserArguments.
This also allows the part to set arguments().mimeType() is the host didn't set it.
svn path=/trunk/KDE/kdepim/; revision=699514
The problem was that the old content-type was text/x-vcard, and the new one is text/directory.
To fix this, the following was changed:
- the vcard plugin now works for x-vcard/vcard/directory
- a new directory subtype has been added to mimelib
- parseMsg() also checks for both x-vcard and directory
svn path=/trunk/KDE/kdepim/; revision=698728