292 Commits (80aa7855e8d2b07a6b12604bb410e4a305e714a8)

Author SHA1 Message Date
Ingo Klcker a2f6662b69 Add dcop call timeOfLastMessageCountChange() which will be used by the mail summary in Kontact to determine whether the counts need to be updated. 22 years ago
David Faure a0fb0131a8 perl -pi -e 's,libkdepim/identity,libkpimidentities/identity,' * 22 years ago
David Faure 5bfa94afd4 Remove distinction between cleanup() and notClosedByUser(), as discussed on kmail-devel. 22 years ago
Karl-Heinz Zimmer 6779a33ee5 Enhance the openComposer function by a charset parameter, to enable KOrganizer to report the charset used for the iCal attachment in event invitation mails. 22 years ago
Marc Mutz cc924efbea Add an option to configure the composer autosave interval. Patch originally developed in aegypten_branch and posted to kmail-devel by David Faure, changed to include the right amount of whitespace by me on request of Ingo. 22 years ago
Till Adam 1a4ba9419b Nuke the index of the outbox on startup if the outbox folder is a maildir 22 years ago
Ingo Klcker b760389458 Cleanup: - Accessors are to be named foo() but not getFoo(). Moreover they should in general be const. 22 years ago
David Faure 81bf1c52e3 Patch by Nathan Toone to make kontact not exit when closing the window 22 years ago
David Faure 1ac13c7785 Fixed "compact all folders" (copy-n-paste error) 22 years ago
David Faure a2d8633af3 Empty trash on exit, if configured to do so, on kontact exit and when kmail 22 years ago
David Faure c44c484bb5 Similarly to expiring old mails in the background, this implements compacting 22 years ago
David Faure 90b666f740 KMBroadcastStatus cleanup discussed with Till: move "abortRequested" 22 years ago
Carsten Burghardt a9732f135b Add the "list only open folders" feature. 22 years ago
Will Stephenson fe2b85978d Make proxy a singleton and remove use from dlopened plugins to ensure that the DCOP object id is unique within the process, otherwise DCOP signals are delivered to the wrong object. 22 years ago
Will Stephenson e4d9523482 Third tranche of Instant Messaging integration. 22 years ago
David Faure d560cd37be Show the new progress dialog embedded into the mainwindow - manually 22 years ago
Till Adam 0820549843 Hook in the new progress infrastructure because it got zero reaction on 22 years ago
Ingo Klcker 59ac4511de Remove obsolete methods. If you don't want to collect the output of a process yourself then use KPIM::CollectingProcess. 22 years ago
Werner Trobin ce1e6689fd IdentityManager changed (for KOrganizer). Looks like "false" is the right 22 years ago
Ingo Klcker 0c7894b2e6 Make sure that we check for config updates before doing anything else. Otherwise the identities were not migrated correctly because the identity manager was instantiated before the configuration was updated and therefore the identity manager found no identities and created a new default identity. 22 years ago
David Faure 8408c27d66 KMIdentity -> KPIM::Identity, fixed lots of #includes to say <libkdepim/foo.h> 22 years ago
David Faure b1da3c11d7 GUI: Implemented "Expire messages by moving them to another folder". 22 years ago
David Faure d0bc54df5c Reworked the "mail expiry" feature to work as a background task (timer-driven) 22 years ago
David Faure f950b1ebc4 Safer deletion of folders over cached imap, patch sent to kmail-devel. 22 years ago
Ingo Klcker 98811a0bea That's better. 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
Ingo Klcker fcbc2b35d1 Write global settings to disk on exit. 22 years ago
Bo Thorsen ad5a51b9ca Save the kconfigxt configuration along with the rest of the config. Otherwise these configurations were not saved in Kontact at all 22 years ago
Don Sanders ce2a871e4d Be conservative and remove the 'Last Search' folder at start up. 22 years ago
Andreas Gungl 6480dcf004 connect all folder managers to slotFolderRemoved, not only that one for local folders 22 years ago
Ingo Klcker 7330a73932 label and systemlabel are properties of folder (but not of the storage) 22 years ago
Andreas Gungl d973590fb2 improve the handling of situations when a folder is removed 22 years ago
Bo Thorsen ea6a943ec4 Move the idString method from FolderStorage to KMFolder. And fix some FolderStorage derived constructors 22 years ago
Don Sanders 3e1229dc36 Fix a regression whereby the composer windows weren't closed automatically when exiting Kontact leading to a crash. 22 years ago
Ingo Klcker 4a4425ca97 Convert the contents of the message file in the dcop call openComposer(QString to,QString cc,QString bcc,QString subject,QString body,int hidden,KURL messageFile) from local encoding to utf-8. 22 years ago
Carsten Burghardt b27d880ba7 I would say f** 22 years ago
Ingo Klcker ae6219f2b5 Get rid of KDE_IS_VERSION cruft. 22 years ago
Carsten Burghardt 52920b3ecc Fix Empty Trash. It works also with imap. 22 years ago
Andrew Coles af11dae280 Corrected typographical errors. 22 years ago
Laurent Montel dfccf5ce0c Fix kddebug 22 years ago
Carsten Burghardt 52041f310c The get-rid-of-old-things patch. 22 years ago
Zack Rusin 8bb8df4011 And the moral of the story is that if train A goes at 60mph from new york 22 years ago
Carsten Burghardt ae614371b8 Add an Id to the account so that (d)imap accounts can be renamed without data loss. 22 years ago
Ingo Klcker 3fdc864fce Unbreak the getFolder DCOP call for callers which don't know about the new '/Local' prefix for local folders. 22 years ago
Till Adam ff9824adc7 Strip off the "/Local" prefix in the getFolder dcop call, so we return 22 years ago
Till Adam b034429ce9 Use the nice static wrappers instead of ::->self() explicitely for config 22 years ago
Bo Thorsen 237001a058 Fix includes 22 years ago
Till Adam 5524b990dd Prefix local folders with i18n("Local") when returning a list of folders 22 years ago
Dirk Mueller 40875d9f10 no need to waste CPU cycles 22 years ago
Marc Mutz 95b90f2811 From aegypten_branch: more correct text in certrequest message to a CA 22 years ago