151 Commits (5da7c1c940497e53d0dde6042e975fce4875ffcc)

Author SHA1 Message Date
Christian Schaarschmidt d4c3bb200c port 630582 19 years ago
Allen Winter 1d0714af4e rewrite Bille's SVN commit 645830 to be a little more concise. 19 years ago
Stephan Kulow a7e4ddc4c3 already checked before 19 years ago
Stephan Kulow f9e4c56c07 compile 19 years ago
Stephan Kulow 79668a0aa2 backport the named open and close to reduce branch differences 19 years ago
Will Stephenson 62ae83bfd7 Don't crash if we can't find the folder. 19 years ago
David Faure dba779ebf1 Less parsing when copying a message (-> faster). As discussed with Ingo. 19 years ago
David Faure 0c626668a6 Less parsing when copying a message (-> faster). As discussed with Ingo. Other branches tomorrow. 19 years ago
Allen Winter 6957291181 Merge in the new KMail templates feature that allows you to 20 years ago
Pradeepto Bhattacharya ba05d3577b Kontact Filter: Backport of copy mail into folder. [Proko2 Issue 1149] 20 years ago
David Faure 8270ad07db Cleaning up the proko2 branch mess (that I originally created); this will require a few commits and a temporary branch. 20 years ago
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