SVN commit 706026 by tilladam:
Speed up checking of large dimap folders by about 15 to 20%, by parsing the digest by hand.
svn path=/trunk/KDE/kdepim/; revision=706408
Add very basic Nepomuk support for tagging. The Nepomuk part is currently optional.
It is furthermore disabled since it crashes on my computer when I try to tag an email. Please try uncommenting
//#cmakedefine Nepomuk_FOUND
in kmail/config-kmail.h.cmake to see whether it is the case with you as well.
CC: sebastian@trueg.de
svn path=/trunk/KDE/kdepim/; revision=706166
stuff from kdelibs.
I disabled the ability to override conflicting shortcuts, as it did not work
and I did not find a way to actually disable a shortcut of a conflicting action.
Also, I added some todos to do more shortcut checking, currently conflicts against
global shortcuts and such are not checked.
Also, remove some tabs and fix 2 deprcated functions.
svn path=/trunk/KDE/kdepim/; revision=705875
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r703856 | vkrause | 2007-08-23 14:57:25 +0200 (Thu, 23 Aug 2007) | 2 lines
Add migration infrastructure to transfer local flags to the server.
........
r703887 | vkrause | 2007-08-23 16:34:57 +0200 (Thu, 23 Aug 2007) | 5 lines
Configuration update script to trigger migration of local IMAP flags to
the server. This should solve a regression due to the recent changes to
store the seen flag on the server also for read-only folders where all
local flags were overwritten.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=703903
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r702953 | vkrause | 2007-08-21 18:36:00 +0200 (Tue, 21 Aug 2007) | 3 lines
Store seen flag on the server even in read-only folders, given the 's'
ACL flag is set.
........
r703210 | vkrause | 2007-08-22 09:43:04 +0200 (Wed, 22 Aug 2007) | 2 lines
Read seen flag also for read-only folder with the 's' ACL bit set.
........
r703455 | vkrause | 2007-08-22 16:37:33 +0200 (Wed, 22 Aug 2007) | 2 lines
Read/write seen flags on read-only online IMAP folders.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=703473
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
Thanks to Alexis Papadopoulos for noticing, and for coming up with a patch
for this in the first place.
svn path=/branches/kdepim/enterprise/kdepim/; revision=703234
- 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