546 Commits (ae123a9fba9a5902a3aff3da44d88e4090cbc8e7)

Author SHA1 Message Date
Pradeepto Bhattacharya ae123a9fba Merged revisions 785316 via svnmerge from 18 years ago
Thomas McGuire d500701622 Merged revisions 853314,855273 via svnmerge from 18 years ago
Kevin Ottens c101d08f8e Port the Kontact Profiles feature. 18 years ago
Thomas McGuire ee090935c7 Use safe iterators, as pointed out by dirk. 18 years ago
Thomas McGuire 3c64aa75dc Backport r837883 by tmcguire to the 4.1 branch: 18 years ago
Thomas McGuire 601499d36d Merged revisions 837719 via svnmerge from 18 years ago
Till Adam 9ab65bce94 Make the template parser process teh message before it gets passed to the composer, when creating new mails via DBus, as Kontact does, for example, when hitting the "New Mail" toolbar button. Probably also fixes To and CC header setting, via that interface, etc. Simplify logic a bit as well. 18 years ago
Thomas McGuire f126e5cbf3 Merged revisions 829182 via svnmerge from 18 years ago
Thomas McGuire cb2f2db27d Merged revisions 829115 via svnmerge from 18 years ago
Thomas McGuire 8567701e9e Merged revisions 828249 via svnmerge from 18 years ago
Allen Winter 5a55debe18 togge's patch for fixing the saving of account settings. 18 years ago
Torgny Nyblom cd4eb9ccd3 Add a comment as to why the_acctMgr is deleted where it is. 18 years ago
Torgny Nyblom 1761d2e456 CCBUG: 162815 18 years ago
Marc Mutz 72f9701341 Merged revisions 817668-818612 via svnmerge from 18 years ago
Thomas McGuire e424f0d3fc When the config file says the folders patch is .kde/share/apps/kmail/mail, but that 18 years ago
David Faure 672655bc0d Fix error message when doing "kmail faure@kde.org": KDE4's KUrl is more tolerant than KDE3's, so faure@kde.org doesn't make KUrl return !isValid; however it's not the kind of url we want for attachments :) 18 years ago
Marc Mutz 726d6869b0 Merged revisions 811955-812089,812091-812100,812102-812624,812626-812642,812644-812697 via svnmerge from 18 years ago
Allen Winter 65613d606f various micro optimizations that Krazy found for single char QStrings 18 years ago
Jarosaw Staniek 86a8758911 Merged changes related to the SQLite mode for KMail indices 18 years ago
Thomas McGuire 211cf1b2f9 Some coding style fixes. 18 years ago
Thomas McGuire 49a944672f Don't empty the trash on exit by default. 18 years ago
Thomas McGuire 7a86120cf1 Don't crash when quitting Kontact if a composer window is open. 18 years ago
Tobias Koenig bb97dc4859 Unbreak compile 18 years ago
Jarosaw Staniek ef5b006bfc Fix for text codecs 18 years ago
Thomas McGuire d2b89afcf9 Remove many superflous function names in kDebug statements. 18 years ago
Andreas Hartmetz b2a0472a41 readability++ 18 years ago
Volker Krause f162ce751a - share the custom D-Bus type code between KMail and the resources 18 years ago
Jarosaw Staniek 1bd6e1d24b cleanupImapFolders(): check whether the account is enabled 18 years ago
Volker Krause 0b2f9389dc Merged revisions 729240 via svnmerge from 18 years ago
Jarosaw Staniek 318a4c8bc3 - process of simplifying/Qt-ifying the code started: 18 years ago
Volker Krause c307c3d301 SVN_SILENT 18 years ago
Laurent Montel 38909bd7fb Some message are richtext 18 years ago
Till Adam 9dc518bce6 Merge in the rest of enterprise branch. Manually reviewed. I'll make a wiki page 18 years ago
Allen Winter ac9a252277 use our portable KDE_mkdir() instead of conditional compiles for ::mkdir(). 18 years ago
Thomas McGuire db24342337 - deprecated-- 18 years ago
Till Adam e715c26939 Hide the static singleton instance from the world. Just a bit cleaner. 18 years ago
Pradeepto Bhattacharya ed8cfa047b Merged revisions 661269 via svnmerge from 18 years ago
Jarosaw Staniek cc68afb668 Use foreach() instead of invoking KMainWindow::memberList() N times. 18 years ago
Thomas McGuire 7dbcafc58e Change the method signatureof openComposer: use bool instead of int, which 19 years ago
Thomas McGuire d55f13a137 Create the groupware interface in the kernel constructor, and 19 years ago
Thomas McGuire 10285897c0 Change the KUrl arguments for scriptable functions to QString, as KUrls do 19 years ago
Thomas McGuire 85dd448ff5 - Readd kdebug which I accidentely removed 19 years ago
Thomas McGuire e650136b1e Some D-Bus work in KMail: 19 years ago
Allen Winter 02b085f8a1 From "Jérémy Compostella": 19 years ago
Jonathan Marten f7b78016f0 Add the "With custom template" entries to the "Reply" and "Forward" menus 19 years ago
Thomas McGuire d031daa713 deprecated-- 19 years ago
Till Adam 42154cb116 Explicitely disable word wrapping, instead of toggeling, where appropriate. 19 years ago
Oswald Buddenhagen 44e92841da KConfig* API overhaul. only cosmetics, so don't panic. 19 years ago
Ingo Klcker 34e1d3b549 Do not iterate over a (temporary) QList which has already been destroyed when the iteration starts (found by valgrind). Using a foreach loop is nicer anyway. 19 years ago
David Faure 33e0897939 Merged KIO::JobFlags branch 19 years ago