279 Commits (ab8ee031560854871bfd6770bfd0172571e54715)

Author SHA1 Message Date
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
Marc Mutz 5e960c10e2 From aegypten_branch: 22 years ago
David Faure 2ed6971269 Don't activate the KMail reader window when only calling kmail --check. 22 years ago
Till Adam 00c053b3d0 Convert the KMail configuration dialog to a bunch of KCMs embedded in a 22 years ago
Ingo Klcker 01886e8914 Fix bug 69656 (kmail quits after sending a message from the tray [if the main window is hidden]) 22 years ago
Ingo Klcker adee2d6efc Reapply the KMail specific part of Laurent's recent addresses fix which I forgot while merging the osnabrueck branch. 22 years ago
Till Adam b9b4297362 Refactor KMFolderDir::reload() and fix a few lurking bugs in it as well to 22 years ago
Ingo Klcker 2c715b30da Merge from osnabrueck_branch: all 22 years ago
Marc Mutz c4df6a1a84 Add <config.h> to all .cpp files as in aegypten_branch we really 23 years ago
David Faure 40eb365c20 Fixed window activation when calling a running application: 23 years ago
David Faure e4e4e1bf3e Move cmdline handling to DCOP-enabled method, move cmdline def to header file 23 years ago
Laurent Montel a2d77a78d7 Fix load recentAddress when we embedded kmail/knode into 23 years ago
Bo Thorsen 9cb688c31f Fairly big stability patch for dIMAP: 23 years ago
Carsten Burghardt 82a6d70cc7 Set whoField for local folders correctly, patch by Severin Greimel 23 years ago