Laurent Montel
3b343ea336
Backport "don't add separator when we don't add filter into apply filter menu"
...
svn path=/trunk/KDE/kdepim/; revision=485222
21 years ago
Ingo Klcker
fd450550d1
Fix typo found by Giovanni.
...
svn path=/trunk/KDE/kdepim/; revision=484753
21 years ago
Andreas Gungl
b9e30a6875
Qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=483728
21 years ago
Andreas Gungl
2e2aba0f0b
make it compile again
...
svn path=/trunk/KDE/kdepim/; revision=483593
21 years ago
Laurent Montel
f00edd0ade
Qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=479402
21 years ago
Laurent Montel
72f49ff4e0
Compile/link
...
svn path=/trunk/KDE/kdepim/; revision=476672
21 years ago
Andreas Gungl
575ebaa9ac
- ading some more methods to MessageStatus which are usefull in the port
...
- porting KMail to the new MessageStatus class (the next step is to get
rid of KMMsgStatus...)
svn path=/trunk/KDE/kdepim/; revision=475356
21 years ago
Ingo Klcker
0bc04a1098
Now kmail really compiles again. And it even starts.
...
svn path=/trunk/KDE/kdepim/; revision=467923
21 years ago
Ingo Klcker
59616a4f37
kmail compiles again. Linking still fails due to a problem with KTempDir::existing().
...
svn path=/trunk/KDE/kdepim/; revision=467698
21 years ago
Ingo Klcker
81a7e3ba13
Partial port to current kdelibs4_snapshot. Time to hit the bed.
...
svn path=/trunk/KDE/kdepim/; revision=467348
21 years ago
Ingo Klcker
af309bbfb5
Forward port:
...
SVN commit 466361 by bram:
Typo: assoicated --> associated
svn path=/trunk/KDE/kdepim/; revision=466691
21 years ago
Thomas Zander
24a6de2f14
Replace Network state with "Go On/Offline"
...
svn path=/trunk/KDE/kdepim/; revision=465368
21 years ago
Allen Winter
2a6aab0c15
forward port:
...
Reverse online and offline strings in the menu to follow KDE standards.
svn path=/trunk/KDE/kdepim/; revision=463846
21 years ago
Volker Krause
0f6fe9fdb4
117 of 167 files compile
...
svn path=/trunk/KDE/kdepim/; revision=461055
21 years ago
Laurent Montel
8f70d3af30
Adapt to new kde4 api
...
svn path=/trunk/KDE/kdepim/; revision=459568
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Thomas Zander
8b753d6f59
(re)add Mark Message as Sent KAction
...
svn path=/branches/KDE/3.5/kdepim/; revision=444016
21 years ago
Thomas Zander
05db1a6c0a
Its not usefull to set an email to 'sent' or 'forwarded'. Remove those options.
...
svn path=/branches/KDE/3.5/kdepim/; revision=443540
21 years ago
Adriaan de Groot
1647cc4a40
Use the right #define -- the one defined by --enable-indexlib in configure
...
svn path=/branches/KDE/3.5/kdepim/; revision=443164
21 years ago
Don Sanders
37112770b9
Use bogus INDEXERISREADY #ifdef to comment out new indexer code.
...
The quick search bar also works again now, I think things are ok
again, or at least back to were they were before the indexer commit.
Also Actionscheduler is in.
svn path=/branches/KDE/3.5/kdepim/; revision=443122
21 years ago
Lus Pedro Coelho
49ecfeea4b
Full text indexing for KMAIL (finally)
...
svn path=/branches/KDE/3.5/kdepim/; revision=442394
21 years ago
Till Adam
2f9e05ea38
Plug the edit draft action so it also works in Kontact
...
svn path=/branches/KDE/3.5/kdepim/; revision=439869
21 years ago
Stephan Binner
280010e6a7
SVN_SILENT i18n style guide fixes
...
svn path=/branches/KDE/3.5/kdepim/; revision=439609
21 years ago
Till Adam
6cad61b525
SVNSILENT fix init order
...
svn path=/branches/KDE/3.5/kdepim/; revision=439558
21 years ago
Matt Douhan
b1f756db23
Sending queued messages is not possible in offline mode
...
svn path=/branches/KDE/3.5/kdepim/; revision=439329
21 years ago
Matt Douhan
63e9df83f3
If offline mode F5 to synch IMap folders is not allowed
...
svn path=/branches/KDE/3.5/kdepim/; revision=439123
21 years ago
Till Adam
f944476ac6
And then the "Return" shortcut which opens a message in a separate
...
reader window worked also in Kontact, and there was much rejoicing.
svn path=/trunk/KDE/kdepim/; revision=438900
21 years ago
Thomas Zander
03e1147e3a
Fix my message; I didn't notice we were toggling the status so the statusbar messages
...
were also inverted in meaning. :)
svn path=/trunk/KDE/kdepim/; revision=438866
21 years ago
Thomas Zander
26169c8cbb
Add statusbar messages on change of online/offline mode
...
Add i18n() around the texts for the menu-action
svn path=/trunk/KDE/kdepim/; revision=438848
21 years ago
Till Adam
fdc65c9a3b
Display a nice html page when selecting an online imap folder in offline
...
mode offering a link to click to go online. Better than a message box, I
think.
svn path=/trunk/KDE/kdepim/; revision=438846
21 years ago
Matt Douhan
123246d00d
Since sieve is a server based filtering system
...
managing them in offline mode is not possible
also the edit vacation message relies on sieve
so that too is not possibly in offline mode
svn path=/trunk/KDE/kdepim/; revision=438840
21 years ago
Till Adam
eb010d08f3
Make sure the "really, really delete" action is plugged into the KAccel
...
even in kpart mode. This needs to be done manually since the part loads
the actions with autoConnectShortcuts == false and relies on the xml gui
loading to connect them. Shift-Delete is nowhere in the gui, these days,
so it was never plugged and therefor the shortcut never connected.
CCMAIL: staikos@kde.org
svn path=/trunk/KDE/kdepim/; revision=438839
21 years ago
Matt Douhan
efb21b324a
Refactor the online/offline code using a helper function in the kernel
...
that gets rid of all the code duplication
svn path=/trunk/KDE/kdepim/; revision=438833
21 years ago
Matt Douhan
acebb6de66
Selecting online IMAP folders is not possible in offline mode
...
This means the last of Carstens list has been implemented
BUG:7765
svn path=/trunk/KDE/kdepim/; revision=438714
21 years ago
Matt Douhan
eb593938f2
Obey by the rules is a good thing, sorry for the little messup
...
svn path=/trunk/KDE/kdepim/; revision=438673
21 years ago
Matt Douhan
6ef6f4beac
You cannot modify subscriptions if you are in offline mode
...
svn path=/trunk/KDE/kdepim/; revision=438624
21 years ago
Till Adam
bcf2c25977
Once is enough.
...
svn path=/trunk/KDE/kdepim/; revision=438496
21 years ago
Matt Douhan
25986809be
If we are online, best not ignore the user and check the mail
...
svn path=/trunk/KDE/kdepim/; revision=438492
21 years ago
Matt Douhan
99a9b04b4c
If KMail is in offline mode and the user clicks check mail
...
either using the menu, the toolbar button or kb shortcut offer
to go online automatically
svn path=/trunk/KDE/kdepim/; revision=438298
21 years ago
Matt Douhan
10230a451b
Online/Offline status for KMail
...
Add menuentry for going online or offline and when in offline
mode, stop network activity such as mailchecks, at this stage recieving mail
is stopped and in the future sending mail will be queued and other
network activity will be on halt.
This can also be controlled by dcop
dcop kmail KMailIface stopNetworkJobs
dcop kmail KMailIface resumeNetworkJobs
svn path=/trunk/KDE/kdepim/; revision=438202
21 years ago
Till Adam
f7ebf4ae78
kmacctmgr.[cpp|h|moc] -> accountmanager.[cpp|h|moc]
...
svn path=/trunk/KDE/kdepim/; revision=437935
21 years ago
Till Adam
94fdc3c63c
o KMAcctMgr -> KMail::AccountManager
...
o de-virtualize the AccountManager interface
o const-ify
svn path=/trunk/KDE/kdepim/; revision=437928
21 years ago
Thomas Zander
6f02354dca
Usability stuff:
...
Remove GUI options to set spam/ham; as discussed with ingo
s/Select All/Select All Text/
s/&Expire Folder/&Expiration Settings/
svn path=/trunk/KDE/kdepim/; revision=437412
21 years ago
Till Adam
8e730ddc09
Remove unused bool parameter for excluding imap accounts from the
...
account manager's getAccounts() listing. It was only called with false
or the default, which is also false.
svn path=/trunk/KDE/kdepim/; revision=435545
21 years ago
Till Adam
d2b06764c1
KMAcctList : public QPtrList =>
...
typedef QValueList<KMAccount*> AccountList, as per patch to kmail-devel.
svn path=/trunk/KDE/kdepim/; revision=435505
21 years ago
Andreas Gungl
861e8dd43e
If the address can't get parsed correctly from the From: header,
...
we don't abort the filter creation, but we use the From: header
of the message directly in the filter.
BUGS: 105405
svn path=/trunk/KDE/kdepim/; revision=433367
21 years ago
Till Adam
24bc75036c
apidox, remove unneeded includes, cleanup
...
svn path=/trunk/KDE/kdepim/; revision=432998
21 years ago
Till Adam
8c232038f6
kmfldsearch -> searchwindow
...
svn path=/trunk/KDE/kdepim/; revision=432990
21 years ago
Till Adam
d20d90068c
Rename KMFldSearch to SearchWindow to finally end the confusion with
...
KMFolderSearch. I'll svn move the file in a minute.
svn path=/trunk/KDE/kdepim/; revision=432989
21 years ago
David Faure
bffb3802d8
Backport 432771: Fix uninit read on startup due to my "troubleshoot imap cache" folder-related action
...
svn path=/branches/kdepim/proko2/kdepim/; revision=432776
21 years ago