Use just a function with Akonadi::Item and not KMime::Message
because sometime we need to have info about status and
kmime::message can't return message status (and original folder etc.)
svn path=/branches/work/akonadi-ports/kdepim/; revision=1038927
but doesn't work don't know why yet. fetchJob doesn't send result(KJob*) on a item...
not logical
svn path=/branches/work/akonadi-ports/kdepim/; revision=1038904
Implement change message status (it changes status but after
we must change state of message in list view but
don't know how yet)
svn path=/branches/work/akonadi-ports/kdepim/; revision=1038020
Don't update if you don't want to fix it. If you still do, disable kmail from compilation.
And never try to run it on important data. ;)
svn path=/branches/work/akonadi-ports/kdepim/; revision=1036843
Merged revisions 1034717,1034746,1034750,1034758,1034772,1034782,1034827,1034838,1034840,1034982 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r1034717 | scripty | 2009-10-13 12:29:53 +0200 (Tue, 13 Oct 2009) | 1 line
SVN_SILENT made messages (.desktop file)
........
r1034746 | tokoe | 2009-10-13 13:57:51 +0200 (Tue, 13 Oct 2009) | 6 lines
Disable actions instead of hiding them fixes some
problems with actions that can not be added to a toolbar.
Thanks to dfaure for the patch!
BUG: 207297
........
r1034750 | tmcguire | 2009-10-13 14:21:36 +0200 (Tue, 13 Oct 2009) | 4 lines
When creating a reply, make sure to set the correct reply context to the
composer.
This fixes the bug that replies to mailing lis
........
r1034758 | tmcguire | 2009-10-13 14:46:27 +0200 (Tue, 13 Oct 2009) | 3 lines
Don't call applyTemplate() upon the inital setMsg(), this removes an
unnecessary template processing step.
........
r1034772 | stikonas | 2009-10-13 15:38:39 +0200 (Tue, 13 Oct 2009) | 1 line
i18n: Convert suffixes in spinBoxes to ki18np().
........
r1034782 | ervin | 2009-10-13 16:29:25 +0200 (Tue, 13 Oct 2009) | 10 lines
Handle the cache policy better, don't override it in every collection,
only set it on the root.
Allow the user to enable a disconnected mode (everything is cached all
the time), if not enabled we only retrieve headers on listing and mail
content one by one when accessed (cached locally only for one hour).
Also allow the user to set the interval check time.
........
r1034827 | winterz | 2009-10-13 18:15:55 +0200 (Tue, 13 Oct 2009) | 7 lines
CamelCase headers
cleanup unused headers and forward class declarations.
untangle the Kontact vs. KontactInterface namespace insanity.
MERGE: none
Note: you will need to update kdepimlibs for the new KPIMUtils/KFileIO forwarding header.
........
r1034838 | winterz | 2009-10-13 18:49:58 +0200 (Tue, 13 Oct 2009) | 5 lines
full helptext and whatsthis for KActions
full KUIT
MERGE: none
DO_NOT_BACKPORT: new i18n strings
........
r1034840 | chehrlic | 2009-10-13 18:57:14 +0200 (Tue, 13 Oct 2009) | 1 line
windows compile++
........
r1034982 | vkrause | 2009-10-14 09:35:21 +0200 (Wed, 14 Oct 2009) | 2 lines
don't depend on runtime
........
svn path=/branches/work/akonadi-ports/kdepim/; revision=1035141
because otherwise each time I change a line of code of kmail to use
libmessageviewer I have a config with KMime::Message and namespace Message.
As libmessageviewer was not released yet it's not a problem.
and this namespace is more logical with lib name.
svn path=/branches/work/akonadi-ports/kdepim/; revision=1030078