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
- port dragging to Qt4
- remove acceptDrops(), it seems that it didn't do anything useful anyway (like creating a new identity when something is dropped)
Can anybody point me to a place where drag&drop for identity objects is used as well?
Otherwise, I can't really test this.
svn path=/trunk/KDE/kdepim/; revision=698622
SVN commit 697979 by moenicke:
* fixed kolab issue 1882 (Crash after reply to a revoked mail)
* also operations e.g. 'reply' on an email opened in a separate window
don't crash kmail if the folder holding that email has been deleted.
svn path=/trunk/KDE/kdepim/; revision=697982
When a folder has the 'default identity' and the user changes the default identity in the config,
then the identity of that folder changes as well.
This prevents confusing situation.
svn path=/trunk/KDE/kdepim/; revision=697489
This ensures the user can not remove the last identity (because the buttons are disabled), which led the crashes.
svn path=/trunk/KDE/kdepim/; revision=697430
- Make it acutally work by opening the temporary file before writing to it
- deprecated--
- Update the attachment size when editing is done
svn path=/trunk/KDE/kdepim/; revision=697109
Prevent re-creation of a previously deleted DIMAP folder without a prior
sync, this could create inconsistencies.
Fixes Kolab issue 1846.
svn path=/trunk/KDE/kdepim/; revision=696999
- Port to QTreeWidget and to QTextEdit
- Make the what is this tooltip work again
- Disable the add/remove buttons where it makes sense
- I18N_NOOP -> i18n
- Replace tabs with spaces
- deprecated--
svn path=/trunk/KDE/kdepim/; revision=696954
for the new kDebug/kError/kWarning/kFatal syntax.
You can use the following command to find 'old' code:
egrep -r -A 5 '(kDebug|kError|kWarning|kFatal).*' * | grep -v ".svn" | grep "<< *endl;"
svn path=/trunk/KDE/kdepim/; revision=695781
The old behavior corrupted the bogofilter database because KMail unregistered
messages which were not registered with bogofilter in the first place.
With the new behavior, messages which are classified automatically are no
longer added to the bogofilter database.
For more details and a better explaination, see the bugreport and especially
the bogofilter mail archives (linked to from the bugreport).
BUG: 148211
CCBUG: 74577
svn path=/trunk/KDE/kdepim/; revision=695738