Lus Pedro Coelho
4bbfcf05a7
This was never supposed to have gone in
...
svn path=/branches/KDE/3.5/kdepim/; revision=443067
21 years ago
Don Sanders
90eed8a91d
Replace #include <index/blaa.h> with #include <indexlib/blaa.h> to make
...
it compile.
I guess it's not just me experiencing this problem?
svn path=/branches/KDE/3.5/kdepim/; revision=442880
21 years ago
Allen Winter
f7b9d45aa3
not needed any longer, hopefully.
...
svn path=/branches/KDE/3.5/kdepim/; revision=442828
21 years ago
Allen Winter
4587d5a04f
integrate indexlib
...
svn path=/branches/KDE/3.5/kdepim/; revision=442762
21 years ago
Andreas Gungl
15ec756aad
adjust text for wizard tabs, fix the logic for the summary
...
svn path=/branches/KDE/3.5/kdepim/; revision=442654
21 years ago
Andreas Gungl
d8d39da5b4
indent the folder selection widgets, enable them depending on the state of the checkboxes
...
svn path=/branches/KDE/3.5/kdepim/; revision=442644
21 years ago
Adriaan de Groot
50da524082
Also disable plugins for KMail
...
svn path=/branches/KDE/3.5/kdepim/; revision=442641
21 years ago
Adriaan de Groot
8c3e239527
Since KMail doesn't compile, don't. Or rather, wait until the dependency on unreleased software only available from kdesupport is resolved.
...
svn path=/branches/KDE/3.5/kdepim/; revision=442626
21 years ago
Reinhold Kainhofer
cb28c72e89
David is right. Use a QPtrListIterator. It's not the ideal solution (using QValueList<type*>, but that's left as an exercise to the authors of that code. At least the code compiles for me and kmail doesn't crash at startup. Apart from that, I give no guarantees.
...
svn path=/branches/KDE/3.5/kdepim/; revision=442623
21 years ago
Reinhold Kainhofer
ec4526e7a9
Even after miraculously finding out that indexlib from kdesupport is needed and installing it, this was still broken. Here are the fixes:
...
1) KMMsgDict::instance returns a const KMMsgDict*, so we need to use that type.
2) You can't loop through a const QPtrList, since the next() method is not const, and there is no getNext() const method like it's the case with getFirst() const. I guess a const_cast is the only solution here.
3) Get rid of compiler warnings that the initialization order in the constructors is messed up.
CCMAIL: luis@luispedro.org
svn path=/branches/KDE/3.5/kdepim/; revision=442617
21 years ago
Andreas Gungl
06a6383db1
fix added full text indexing change
...
svn path=/branches/KDE/3.5/kdepim/; revision=442472
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
Carsten Burghardt
e557a3517a
Do not overwrite namespace changes by the user.
...
svn path=/branches/KDE/3.5/kdepim/; revision=442130
21 years ago
Andreas Gungl
ed821461b9
better handling of different SpamAssassin versions which need different
...
params
BUG:108856
svn path=/branches/KDE/3.5/kdepim/; revision=441595
21 years ago
Script Kiddy
aadafb30c0
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/3.5/kdepim/; revision=441526
21 years ago
Aaron J. Seigo
030b52cd3b
use a directory selector since the user can only pick a directory and
...
not provide names for the files
svn path=/branches/KDE/3.5/kdepim/; revision=440315
21 years ago
Till Adam
47d76f1dbf
Crash guards, as inspired by a patch by
...
Gustavo Pichorim Boiko <gustavo.boiko@kdemail.net>
svn path=/branches/KDE/3.5/kdepim/; revision=439961
21 years ago
Andreas Gungl
b7662141fa
improvements for the anti-spam wizard
...
- selection for spam (and unsure) folder takes less room
- replace existing filters when re-running the wizard
- improved summary of changes to be made
- layout changes to allow a smaller window
svn path=/branches/KDE/3.5/kdepim/; revision=439951
21 years ago
Till Adam
7d0edc80ba
oops
...
svn path=/branches/KDE/3.5/kdepim/; revision=439934
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
Till Adam
dd5ac0c0f1
Add a (dcop callable) method to sync all resource folders of a certain
...
kind, such that it is possible to trigger syncs from outside of KMail,
namely KOrganizer's resource view, via save.
svn path=/branches/KDE/3.5/kdepim/; revision=439727
21 years ago
Stephan Binner
280010e6a7
SVN_SILENT i18n style guide fixes
...
svn path=/branches/KDE/3.5/kdepim/; revision=439609
21 years ago
Matt Douhan
e9d73a2215
Dox dox dox
...
svn path=/branches/KDE/3.5/kdepim/; revision=439607
21 years ago
Matt Douhan
3a167c3452
And more dox updates
...
svn path=/branches/KDE/3.5/kdepim/; revision=439605
21 years ago
Matt Douhan
ec02e93b23
Another "keep ade happy" commit, nicer API dox
...
svn path=/branches/KDE/3.5/kdepim/; revision=439591
21 years ago
Till Adam
776682a1a3
If an invitation is opened in a secondary window, close that window when
...
the handlers are invoked. Otherwise the user is confused, and the mail
underneath moves away, while the secondary window remains open and the
user can invoke the handlers again. While that is not strictly a
problem, this way is more intuitive, I believe.
(See: https://intevation.de/roundup/kolab/issue859 )
svn path=/branches/KDE/3.5/kdepim/; revision=439559
21 years ago
Till Adam
6cad61b525
SVNSILENT fix init order
...
svn path=/branches/KDE/3.5/kdepim/; revision=439558
21 years ago
Script Kiddy
da24c617d3
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/3.5/kdepim/; revision=439423
21 years ago
Matt Douhan
1fa480b1a7
Add proper API dox
...
must keep Ade happy, it is vital :)
svn path=/branches/KDE/3.5/kdepim/; revision=439331
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
Adriaan de Groot
5072be5b33
Minor dox fix: use @return to get things nicely formatted
...
svn path=/branches/KDE/3.5/kdepim/; revision=439140
21 years ago
Matt Douhan
343cc17cfa
A bit better Dox for askToGoOnline()
...
svn path=/branches/KDE/3.5/kdepim/; revision=439129
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
Script Kiddy
d0bfa0f2da
SVN_SILENT made messages (.desktop file)
...
svn path=/branches/KDE/3.5/kdepim/; revision=439092
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
537192d3a8
Pass a parent to the message box so it gets centered on the mainwindow
...
svn path=/trunk/KDE/kdepim/; revision=438849
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
baed465248
These are unused now.
...
svn path=/trunk/KDE/kdepim/; revision=438847
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
Script Kiddy
846bcd7d83
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdepim/; revision=438780
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
Till Adam
8f5b43b854
Respect mResourceQuiet, otherwise the resorce produces spurious
...
conflicts.
svn path=/trunk/KDE/kdepim/; revision=438631
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