Laurent Montel
8b010ce4db
not necessary to have two slots
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1139416
16 years ago
Laurent Montel
684c5a84c5
fix notification
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1139162
16 years ago
Laurent Montel
a26008e499
Minor optimization
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1138587
16 years ago
Laurent Montel
119e6c4273
Try to reimplement mail notification
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1138325
16 years ago
Laurent Montel
dbcc4c1ca4
Fix empty trash
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1138235
16 years ago
Laurent Montel
405801c1b5
not necessary to "static_cast"
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1138216
16 years ago
Leo Franchi
9719dfaa9e
Apply settings in more logical places, so they are always respected.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1138030
16 years ago
Laurent Montel
876fb367c8
update systray when we exclude folder from check new mail
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1137924
16 years ago
Laurent Montel
9d780c9234
Allow to select folder
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1137846
16 years ago
Casey Link
1b1e1d7488
kmail: don't hardcode the mimetype, thanks kevin k
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1137446
16 years ago
Casey Link
a507cd4d85
kmail: only create progressitems for rfc822 agents
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1137442
16 years ago
Casey Link
f47a494f3e
kmail: show akonadi agents' progress in kmail
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1137438
16 years ago
Leo Franchi
c8d167dea0
Fix multiple signatures on loading auto-save
...
Fix lacking parent wigdet for error messages in composer window.
svn path=/trunk/KDE/kdepim/kmail/; revision=1137102
16 years ago
Kevin Krammer
972c60e8c2
If the pre-resource config entry OfflineOnShutdown is true, take the resource offline when KMail quits.
...
If such a resource is offline when KMail starts, try switching it to online.
Should make the overall behavior mostly indistinguishable from KMail1
svn path=/trunk/KDE/kdepim/kmail/; revision=1136765
16 years ago
Kevin Krammer
941e550d9c
Non-GUI parts of per-resource "check mail on startup"
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1136749
16 years ago
Kevin Krammer
04ec7b5579
Committing the non-GUI portions of the migrated "Include in manual checks" functionality
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1136723
16 years ago
Laurent Montel
f16dd9bb69
Fix error in text
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1136236
16 years ago
Kevin Krammer
53ccbcfa97
Instead of checking for the old config file's existance to determine whether to run the migrator or not, check for the old config's contents.
...
This make sure we don't miss any global setup installed by distributor or system administrator
svn path=/trunk/KDE/kdepim/kmail/; revision=1135962
16 years ago
Leo Franchi
62998b9fb0
Only init folders if Akonadi is in a running state. If not, wait until the ServerManager tells us that Akonadi has finished starting, and then init the local folders.
...
CCBUG: 236247
svn path=/trunk/KDE/kdepim/kmail/; revision=1135698
16 years ago
Leo Franchi
f5dca0140b
Use fallback encoding when parsing headers.
...
BUG: 233399
svn path=/trunk/KDE/kdepim/kmail/; revision=1135591
16 years ago
Leo Franchi
89eb6d09ad
clear cache of specialcollection folder ids when fetching new ones
...
BUG: 1133929
svn path=/trunk/KDE/kdepim/kmail/; revision=1133936
16 years ago
Leo Franchi
dd855fe9ac
When a default collection changes, make sure our specialcollection still has one, and if not, find the newly created one.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1133928
16 years ago
Kevin Krammer
171c7b5387
Data dir also changes to "kmail2" because this is the aboutdata's appname
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1133763
16 years ago
Kevin Krammer
3eb179f528
We cannot know how long the migrator will need, we definitely cannot be sure it will be finished in 30 seconds (the default of waitForFinished)
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1133751
16 years ago
Kevin Krammer
f37304dea5
Check if there is an old KMail config or KMail data directory so we don't needlessly run the migrator on totally new setups
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1133744
16 years ago
Kevin Krammer
e476edd3ea
Complete change to new KMail config file kmail2rc
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1133711
16 years ago
Leo Franchi
4163edaab3
fix specialcollection folder functions in kmkernel
...
statistics from them are now valid at all times, not just on first run
svn path=/trunk/KDE/kdepim/kmail/; revision=1133530
16 years ago
Thomas McGuire
2d2e5bdc51
Improve crash handling code a bit.
...
Set the crash handler in a central place (KMKernel), and use KCrash
in a more appropriate way.
svn path=/trunk/KDE/kdepim/kmail/; revision=1133467
16 years ago
Laurent Montel
48a13cf2ef
Disable 'put offline agent when we close kmail'
...
But there is still pb that we download all the time email even if we close kmail
svn path=/trunk/KDE/kdepim/kmail/; revision=1131453
16 years ago
Laurent Montel
5688faac44
Put offline agentinstance when we close kmail.
...
I don't want that email is always download when I
don't use kmail
svn path=/trunk/KDE/kdepim/kmail/; revision=1131166
16 years ago
Laurent Montel
e3392e28bd
Remove duplicate code
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1131159
16 years ago
Laurent Montel
d173fc3f5e
fix working offline/online
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1130746
16 years ago
Milian Wolff
25fdfca4df
introduce collectionFromId() that takes a Akonadi::Collection::Id
...
also change the implementation to what Steve told me, preventing a assert when passing an ID
of a collection that was just deleted
svn path=/trunk/KDE/kdepim/kmail/; revision=1128866
16 years ago
Milian Wolff
7c6f2ef528
properly write the GlobalSettings in KMKernel::slotSyncConfig
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1128865
16 years ago
Volker Krause
d2eb0da493
Remove some more ActionScheduler remains.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1127104
16 years ago
Thomas McGuire
4acf50b9c5
junk--
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1127099
16 years ago
Volker Krause
018ae9ca65
Remove the dead code related to folder compaction, all of this is in the
...
mbox resource now.
svn path=/trunk/KDE/kdepim/kmail/; revision=1127095
16 years ago
Volker Krause
6e3cd80712
remove now useless porting remains
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1126995
16 years ago
Matthew James Leach
ec8439d989
Write settings for the folderView before the config dialog is show.
...
BUG: 234195
svn path=/trunk/KDE/kdepim/kmail/; revision=1126534
16 years ago
Volker Krause
7689bb02e6
Reduce the number of broken filtering systems in kmail by 50% :)
...
The action scheduler was only used for online IMAP destinations, if at
all, and that's something we don't have to care about anymore since
everything is cached in the Akonadi server now.
svn path=/trunk/KDE/kdepim/kmail/; revision=1125771
16 years ago
Volker Krause
5940bf858b
Built-in attributes don't need to be registered by the application
...
again.
svn path=/trunk/KDE/kdepim/kmail/; revision=1124288
16 years ago
Andras Mantia
5fb6df55f9
Move invitation handling settings (and dialog) to the messageviewer.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1123929
16 years ago
Leo Franchi
dfbfee0c23
add a dbus interface for the maildispatcher, that sends a signal when it has begun to dispach a message
...
connect to the signal from kmail and hook up progress information
svn path=/trunk/KDE/kdepim/kmail/; revision=1122756
16 years ago
Laurent Montel
ff44ce70aa
Fix show template tab when we select inbox (as in kde <= 4.4)
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1116425
16 years ago
Markus Meik Slopianka
f1c8a62a2c
Reflect KDE rebranding
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1116231
16 years ago
Thomas McGuire
06a79154fe
Move fallback and override charset settings to messagecore.
...
They will be needed by the message list as well.
svn path=/trunk/KDE/kdepim/kmail/; revision=1116205
16 years ago
Thomas McGuire
d672d91eb8
Remove the ConfigProvider class from messagelist.
...
It is not really needed.
svn path=/trunk/KDE/kdepim/messagelist/; revision=1116201
16 years ago
Thomas McGuire
1b79e52ca2
Also write and sync the config of the components.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1116200
16 years ago
Thomas McGuire
c6ee147389
Use the correct config file for the template parser and for messagecore.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1116197
16 years ago
Leo Franchi
a4b502e014
remove obsolete commented code
...
re-enable folder identity checking
re-enable default send setting
svn path=/trunk/KDE/kdepim/messagecomposer/; revision=1116102
16 years ago