143 Commits (4ed594e25eaa1fc42eec66db8c77ae165bc40aea)

Author SHA1 Message Date
Andreas Gungl 42a534e8c2 completion of the fix for bug 113730 21 years ago
Andreas Gungl 1f46c4b8e9 Fix some issues in the async filtering code 21 years ago
Andreas Gungl 3ba1fadb97 allow async processing of the copy filter action 21 years ago
Don Sanders 3eac1eae4f Include online IMAP folders as filter action targets in the filter 21 years ago
Andreas Gungl 444731712e Use the RegExpLineEdit for header rewrite filter action 21 years ago
Andreas Gungl 81297d40d6 improve the Copy filter action 21 years ago
Andreas Gungl 5de8ad37c1 remember the folder which is set for a filter action 21 years ago
Don Sanders 17a410ec7a Pruddy up the AS for carsten by factoring the logic to determine if 21 years ago
Don Sanders 001b4bda4a Disable the indexer in KMKernel because it's causing frequent crashes, 21 years ago
Marc Mutz be7e780318 Replace bool parameter sendNow with enum SendMethod and fix callers. 21 years ago
Marc Mutz b7dc817bdd Hide KMSender from the rest of KMail. 21 years ago
Ingo Klcker 010ebea130 - Add displayString() method to KMFilterAction which returns a translated string describing the filter action for visualization purposes, e.g. in the filter log. 21 years ago
Carsten Burghardt 16ef9c3b85 FolderRequester for the filter dialog. I think it should still work but I have 21 years ago
Andreas Gungl 94ac1d4854 Implement a copy filter action. Using KMCopyCommand leads to crashes, 22 years ago
Till Adam 1e52bf2684 Remove the "bounce" feature. It doesn't make sense and should not be 22 years ago
Andreas Gungl c47d761ec0 Finally handle the redirection of messages correctly 22 years ago
Bo Thorsen 263673374b Move the email functions to libemailfunctions as discussed (leaving kfileio.* in libkdepim) and update all includes and linking to this. And fix the event viewer dialog that spawned the whole thing 22 years ago
Andreas Gungl cb7daf5c7f fix Bug 51283 - redirecting email using filters 22 years ago
Stephan Binner bf2271f770 CVS_SILENT i18n style guide fixes 22 years ago
David Faure a0fb0131a8 perl -pi -e 's,libkdepim/identity,libkpimidentities/identity,' * 22 years ago
Ingo Klcker ef64376646 cvsrevertlast - If the users wants a non-blocking 'execute command' filter action then he can simply append a '&'. 22 years ago
Ingo Klcker 8857f407ac Fix blocking of 'execute command' filter action by starting the process in 'fire and forget' mode. 22 years ago
Ingo Klcker 4e7a15c031 Make use of the new KPIM::CollectingProcess instead of abusing the kernel to collect the output. 22 years ago
Andreas Gungl cce18a0b41 avoid unlimited loop in "forward to" filter action 22 years ago
David Faure 8408c27d66 KMIdentity -> KPIM::Identity, fixed lots of #includes to say <libkdepim/foo.h> 22 years ago
Andreas Gungl d973590fb2 improve the handling of situations when a folder is removed 22 years ago
Andreas Gungl 74021036b2 avoid accumulation of output from different processes 22 years ago
Till Adam e923fae0b2 When an imap message is filtered through spamc and classified as spam, a 22 years ago
Marc Mutz 55decaed1a Fix unsafe KTempFile usage (closing the KTF and keeping only the name to use later makes us vulnerable to inserting a symlink in the meantime. Not _that_ dangerous, but hey. 23 years ago
Don Sanders c541fd514f Commit the code that uses the MessageProperty class. 23 years ago
Bo Thorsen 85baea1056 This fixes using dIMAP folders as filter targets. Looks like I forgot this place when I added the new dIMAP foldermgr - now I wonder if there are other places 23 years ago
Till Adam 641b0cfef0 Add Ham message status to go with the Spam one I added last night. Makes 23 years ago
Till Adam 111db18a6f Add status flag for "spam" and make it settable, gettable, searchable and 23 years ago
Marc Mutz 562308fd7f GUI: s/move to folder/file into folder/g; (cf. #56496 for why) 23 years ago
Marc Mutz 030dcd8fc6 consistently queue all filter-generated messages (previously, some were queued and some were not), cf. #61670 23 years ago
Ingo Klcker 4d448db47f Change 23 years ago
Marc Mutz 0cbde4283e minor code beautifications; missing include 23 years ago
Till Adam 6d94654bcb - Add watched and ignored status as targets for set status filter actions. 23 years ago
Ingo Klcker cc44b4e2ba Much better. Thanks Malte. 23 years ago
Ingo Klcker 525568561c There are only 7 stati. 23 years ago
Till Adam bc407ae671 Fix setStatus filter actions by using statusToStr which for that purpose 23 years ago
Simon Hausmann a000dc6363 - QRegExp -> KRegExp3 23 years ago
Simon Hausmann b92c858a02 - KRegExp3 -> QRegExp 23 years ago
Dirk Mueller 4e03bcdbde speling fixes. some also modfiy API functions, but those are not in installed 23 years ago
Marc Mutz 8d8a81f12a If you want to fix a bug, refactor first :-) 23 years ago
Zack Rusin b128a466e2 Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation. 23 years ago
Marc Mutz 6363f6c43d move custom sound widget to where it belongs + some minor code cleanups in kmfawidgets.cpp 23 years ago
Laurent Montel e7e107505a Now "execute command" filter action used a kurlrequester widget 23 years ago
Laurent Montel cf9195a3e3 disable sound test button when url is empty 23 years ago
Ingo Klcker 875ee1d3af Include moc file a end of cpp file and change 'execute sound' to 'play a sound' 23 years ago