169 Commits (0043ffd2ceace73a8e6af69ef9f2b3f2dd856a8a)

Author SHA1 Message Date
Till Adam 3afa0f76d1 Folder refcounting correctness fixes. 22 years ago
Jakob Schrter 45e01dda09 pimcopy of kimproxy is obsolete 22 years ago
Carsten Burghardt 06128f1de3 Can somebody please backport this? 22 years ago
Holger Freyther 49e8bd8857 ProgressItem* -> KPIM::ProgressItem in signals, slots 22 years ago
Till Adam 87518f77fc Patch by elonen@iki.fi (I don't have your real name, sorry). Thanks a lot. 22 years ago
Carsten Burghardt 3d8bb75f50 From branch: update the progress bar. 22 years ago
Andreas Gungl 0680f54b84 fix Bug 75517 - kmail virus scan not working 22 years ago
Till Adam 498f1b986b Use the new setTransientMsg in the status broadcaster and remove the code 22 years ago
Till Adam f3c5012371 Make sure the (local) sent mail folder, where a mail is put as a fallback, 22 years ago
Till Adam 83d8cbd00a Make sure the target folder is closed at the end of a move command. 22 years ago
David Faure 3ce454a817 Applied patch by Lothar Braun to fix #82823 "send again should update the sent date" 22 years ago
David Faure 018a19a931 Move cleanSubject() into KMMsgBase to use it cleanly from kmcommands when saving a mail, 22 years ago
David Faure 6857d170d4 Fixed suggested filename when saving a message. 22 years ago
Till Adam 66e21ba036 Simplify the recent encoding fix. Marc, correct? 22 years ago
Till Adam 556e39081d Use the right codec instead of latin1 when showing the source of mails. 22 years ago
Stephan Binner 82e9529670 warningYesNo-- 22 years ago
Ingo Klcker 029c007942 Factor the creation of an mbox-style message separator line into a method. This fixes the bug that in KMComposeWin the value of fromEmail() wasn't checked for being empty and it fixes the bug that dateShortStr() was never checked for being empty (both bugs lead to invalid message separators which is really bad because KMail itself doesn't accept those invalid message separators when it scans an mbox file) 22 years ago
David Faure 0d7dbb666c Copy To and Move To folders: disable menu items corresponding to readonly folders. 22 years ago
Till Adam 9e5fd03118 Separate the two conceptually different uses of the idle timer into a 22 years ago
Andrew Coles 4e8280a3d8 CVS_SILENT 22 years ago
Bram Schoenmakers fe96c2b42a CVS_SILENT 22 years ago
Will Stephenson 9fb431baca Save a call to QValueList::count(), and fix indentation. Thanks Frerich and Martijn for pointing this out. 22 years ago
Ingo Klcker 057c409753 Fix saving attachments. I tested (all with local folders): 22 years ago
Will Stephenson dad5fb4ea7 Handle problem cases in instant messaging integration better: 22 years ago
Ingo Klcker 1c8e82e83d Replace signal completed( KMCommand::Result ) by signal completed( KMCommand * ) (similar to the result( KIO::Job * ) signal of KIO::Job) and add KMCommand::result() for asking for the result of the command. 22 years ago
David Faure 8a89c05cbf Prepare ProgressItem/ProgressDialog/StatusbarProgressWidget for being moved 22 years ago
Ingo Klcker ee9c894f31 Asynchronize KMCommand::start(), i.e. make it return immediately. The command is then really started by a single shot timer. 22 years ago
Marc Mutz 2a72236c7d From aegypten_branch: CVS commit by khz: 22 years ago
Ingo Klcker 14b219f4af Make all commands emit the completed signal. (KMSaveAttachmentsCommand will probably emit the signal more than once.) 22 years ago
Ingo Klcker a17a4d395e more detailed completed status for KMCommands 22 years ago
David Faure 72907de308 Till forgot i18n 22 years ago
Till Adam 8e6bf84232 Don't crash when multiple simultaneous move commands to the same folder 22 years ago
David Faure c09ca776ba For the user, deleting is not moving 22 years ago
Till Adam ab8ee03156 Іnitialize member variables. 22 years ago
Till Adam a4450aa5d8 Remove now unused stuff from KMBroadcastStatus. Improve move command 22 years ago
Till Adam 4e7e8cc371 Excorsize the remaining users of displayProgress() and port them to 22 years ago
Till Adam d225f650b4 o Implement crypto state setting/getting/broadcasting in the progress 22 years ago
Will Stephenson e4d9523482 Third tranche of Instant Messaging integration. 22 years ago
Till Adam 0820549843 Hook in the new progress infrastructure because it got zero reaction on 22 years ago
Allen Winter 15be512fb5 Bug 80129 Fix from Ben Murphy: Bookmark This Link doesn't function 22 years ago
David Faure 8408c27d66 KMIdentity -> KPIM::Identity, fixed lots of #includes to say <libkdepim/foo.h> 22 years ago
Carsten Burghardt 76a044b57b 2nd try to save attachments via network. 22 years ago
Ingo Klcker ff32c02f9a Revert CVS commit by burghard: 22 years ago
Carsten Burghardt c47835c70b Use KIO::NetAccess for saving attachments to remote urls. 22 years ago
Laurent Montel b07d85a283 Emit "unreadCountChanged()" otherwise summary is never updated 22 years ago
Ingo Klcker 0fd513ea7f Add --view command line option to allow viewing msg files. If someone knows a better solution for the 'prevent invisible KMail from running if viewing message fails' problem then let me know. Hint: Now someone needs to write a desktop file which associates message/rfc822 files with 'kmail --view %u'. 22 years ago
David Faure 2a0ac7a94e Abort running mail checks when closing the last kmail-main-window (KMMainWin) 22 years ago
Ingo Klcker 579bc36bc5 Don't leak KMOpenMsgCommand objects. 22 years ago
Laurent Montel 9c4399a381 Share some code. 22 years ago
Ingo Klcker eb20f97e3a Fix Send Again. 22 years ago