- In the action scheduler, don't delete the original mail if the filtered copy couldn't
be moved back
This is a hotfix for IMAP, which will eat messages if one of the filters has online IMAP
target folder (in which case the action scheduler will be used).
The real problem is of course that the move command fails in the frist place, will have to
figure that out later.
svn path=/trunk/KDE/kdepim/; revision=816901
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r813649 | vkrause | 2008-05-28 13:45:08 +0200 (Wed, 28 May 2008) | 3 lines
Finally port the korganizer start code to D-Bus.
This fixes the "Check my calendar" and "Create Todo" actions in KMail.
........
svn path=/trunk/KDE/kdepim/; revision=813654
single file on Matthias Kretz' advice. This seems counterintuitive
compared to what the docu says but the components are now visible in the
Configure Kontact dialog.
Also add the X-KDE-Weight field to all KCMs appearing in Kontact so that
they appear in the same order as in the apps running standalone.
Note: Akregator's configure dialog is empty when opened with "Configure
Akregator" when embedded, but works when viewed in the "Configure
Kontact" dialog and when running standalone. I think this may be a
separate problem.
This at least makes it possible to enable KNode, part of this bug:
https://bugzilla.novell.com/show_bug.cgi?id=389141
CCMAIL: kretz@kde.org
svn path=/trunk/KDE/kdepim/kontact/src/; revision=813516
Since it's not possible to have multiple objects with the same path in the same process, the solution has changed a bit:
all pim apps which are kuniqueapplications and which have a kontact plugin, now use KPIM::PimApplication from libkdepim,
which registers an object with a component-specific name.
This fixes all the tests listed in uniqueapphandler.cpp, for the various interactions between kontact and the
standalone applications (except for one bug in KUniqueApplication itself, which was wrongly ported to activeWindow()).
Note: you need to update kdelibs trunk or make KCmdLineArgs::saveAppArgs public in your kcmdlineargs.h installed header.
svn path=/trunk/KDE/kdepim/knode/; revision=813498
moving the old Crystal icons to the Crystal namespace.
Also, use "${ICON_INSTALL_DIR}" instead of
"${DATA_INSTALL_DIR}/kmail/icons".
svn path=/trunk/KDE/kdepim/; revision=812880
My build doesn't compile currently though,
so this is untested - don't know if it overrides
the other "magic" (and non-working) Ctrl-U action.
svn path=/trunk/KDE/kdepim/; revision=812877
it will be reused in the target folder, on move, and overwrite the entry
for any existing entry at that row, thereby bringing the index out of sync
with reality.
svn path=/trunk/KDE/kdepim/; revision=812643
it will be reused in the target folder, on move, and overwrite the entry
for any existing entry at that row, thereby bringing the index out of sync
with reality.
svn path=/trunk/KDE/kdepim/; revision=812625
and its parent. If the parent finished before its subjob (which could
happen since we didn't wait for its finished() signal but a result
signal emitted shortly before that) it might kill the apparently still
running subjob in its dtor which would kill the slave as well.
svn path=/trunk/KDE/kdepim/; revision=810351
(copied from kdebase/runtime), and remove obsolete icons:
- mail-queued (now in Oxygen core)
- mail-mark-task (in Oxygen core since 4.0 already)
- kmmsgforwarded (unused in KMail)
svn path=/trunk/KDE/kdepim/kmail/pics/; revision=810345