Chusslove Illich
3a5fca8d00
Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls).
...
svn path=/trunk/KDE/kdepim/; revision=528186
20 years ago
Ismail Onur Filiz
ea883abdd3
Replace TRUE/FALSE with true/false in kdepim as the former are deprecated. The words inside comments are untouched.
...
BUG: 123261
svn path=/trunk/KDE/kdepim/; revision=516822
20 years ago
Laurent Montel
f2a05acb7d
Deprecated--
...
svn path=/trunk/KDE/kdepim/; revision=516459
20 years ago
Volker Krause
5106454956
Compile with new kdelibs snapshot.
...
svn path=/trunk/KDE/kdepim/; revision=506385
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Till Adam
d822070e13
Begone, tabs.
...
svn path=/trunk/KDE/kdepim/; revision=505003
20 years ago
Till Adam
42d8b0d2fd
Commit patch by Jan Callewaert <jan.callewaert@gmail.com> (with slight
...
modifications to make it compile against 4.0) which makes the 'mark as
ham' action run spamassassin -d to remove SA's verbose headers. Thanks,
Jan.
Andreas, did you want this in branch as well?
CCMAIL: agungl@kde.org
CCMAIL: 94577@bugs.kde.org
svn path=/trunk/KDE/kdepim/; revision=505000
20 years ago
Andreas Gungl
c901b1247d
reduce readEntry(...).toInt() where possible
...
svn path=/trunk/KDE/kdepim/; revision=497208
20 years ago
Andreas Gungl
4ff92dd82b
forget readEntry(...).toBool()
...
svn path=/trunk/KDE/kdepim/; revision=497182
20 years ago
Andreas Gungl
db8f1ad5ad
porting for KConfig changes
...
svn path=/trunk/KDE/kdepim/; revision=493930
21 years ago
Laurent Montel
ec645608ff
Q3CString--
...
svn path=/trunk/KDE/kdepim/; revision=491755
21 years ago
Laurent Montel
055208c180
Fix header/include
...
Port to QFrame (perhaps use kseparator)
svn path=/trunk/KDE/kdepim/; revision=487894
21 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Andreas Gungl
cc4b1608ce
Qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=485084
21 years ago
Andreas Gungl
b9e30a6875
Qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=483728
21 years ago
Andreas Gungl
f9cf511fd6
--(porting_needed)
...
svn path=/trunk/KDE/kdepim/; revision=483597
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
Volker Krause
05ed13c77c
More porting, about 10 files still don't build.
...
svn path=/trunk/KDE/kdepim/; revision=461419
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Andreas Gungl
ffda975d14
fix some problems in the logic which determines the filters to be created
...
svn path=/branches/KDE/3.5/kdepim/; revision=445614
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
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
Reinhold Kainhofer
2e77a55d99
The FSF has moved, use the new address in all license files and headers ...
...
svn path=/trunk/KDE/kdepim/; revision=437980
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
Andreas Gungl
e7deca240f
Add a summary page to the anti-spam wizard
...
svn path=/trunk/KDE/kdepim/; revision=437406
21 years ago
Andreas Gungl
09634bf343
preselect the highest rated tool, autoselect the anti-spam options
...
svn path=/trunk/KDE/kdepim/; revision=435976
21 years ago
Andreas Gungl
6b4aa6e7e6
Initial rework the anti-spam wizard to make it more user friendly:
...
less text, less options, a picture ;-)
Changes are based on recommendations of Thomas Zander.
svn path=/trunk/KDE/kdepim/; revision=435300
21 years ago
Thomas Zander
e9bc21966a
Remove unneeded include for kmkernel.h (37 files less to compile on every change!)
...
svn path=/trunk/KDE/kdepim/; revision=425088
21 years ago
Till Adam
7247fc0de9
Move from inheriting from QPtrList to having a QValueList member, for
...
the filter manager.
svn path=/trunk/KDE/kdepim/; revision=424731
21 years ago
Danny Allen
797c8e97a1
Rename some icons...
...
svn path=/trunk/KDE/kdepim/kmail/pics/; revision=421137
21 years ago
Till Adam
b202eef00f
Backport of:
...
CVS commit by gungl:
Make sure that the created anti-virus filters are really added.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=375016
22 years ago
Andreas Gungl
8fcbb883b2
Make sure that the created anti-virus filters are really added.
...
BUG: 94612
svn path=/trunk/kdepim/; revision=375014
22 years ago
Andreas Gungl
ec89aa9b98
Somehow reading local configs defaults to the global one
...
if no local config is available. So we have to double the
check for HeadersOnlyheader.
BUG: 95666
svn path=/trunk/kdepim/; revision=373432
22 years ago
Ingo Klcker
b4b88356b3
Add optional graphical spam status to fancy headers. Based on patch by Patrick Audley.
...
FEATURE:
GUI:
svn path=/trunk/kdepim/; revision=371188
22 years ago
Andreas Gungl
b0eb0d0670
Add functionality to the anti-spam wizard which allows to move messages
...
classified as "unsure" (not ham and not spam) into a certain folder.
There is no special status for those messages though. I didn't
add another action either.
Feedback regarding the GUI change is welcome as well as some comments
on the wording from a native English speaker.
FEATURE: 94000
GUI:
svn path=/trunk/kdepim/; revision=366927
22 years ago
Andreas Gungl
489de0aefa
clean up the page initialization in the wizard
...
BUG: 93523
svn path=/trunk/kdepim/; revision=364782
22 years ago
Andreas Gungl
4730459f30
use a less technical explanation
...
svn path=/trunk/kdepim/; revision=360502
22 years ago
Andreas Gungl
e8ead80a9b
Improvement of the anti-spam wizard: It's now possible to
...
define rules which consider filter results from the provider's
side. I've defined GMX as an example. Everybody is invited
to provide additinal definitions in kmail.antispamrc
svn path=/trunk/kdepim/; revision=360201
22 years ago
Andreas Gungl
72432e3ce4
Backport two fixes
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=360196
22 years ago
Andreas Gungl
386f269967
Fix for two minor bugs:
...
- classification was calculated over checked and unchecked tools
- filter creation depended on the inclusion of classification rules
svn path=/trunk/kdepim/; revision=360187
22 years ago
Laurent Montel
b65d66909b
Backport fix mem leak
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=353603
22 years ago
Laurent Montel
68906325f5
Fix mem leak
...
svn path=/trunk/kdepim/; revision=353602
22 years ago
Laurent Montel
81a97a6b59
Add some const
...
svn path=/trunk/kdepim/; revision=353599
22 years ago
Andreas Gungl
337af85af4
set the correct icon for Classify as Ham filter action
...
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=349142
22 years ago
Andreas Gungl
e9eeba8a7f
- create unique filter names in the wizard
...
- additional minor related cleanups in the sources
svn path=/trunk/kdepim/; revision=347461
22 years ago
Till Adam
3cec80d15c
Backport, because it fixes crashes, of:
...
CVS commit by gungl:
Port the plugging of shortcut filters (AKA ad-hoc filters) into
menu and toolbar to the XMLGUI way.
svn path=/branches/KDE_3_3_BRANCH/kdepim/; revision=343708
22 years ago
Andreas Gungl
b7cb291a7d
Port the plugging of shortcut filters (AKA ad-hoc filters) into
...
menu and toolbar to the XMLGUI way.
Thanks to Till, David and Simon - that was an amazing teamwork.
CCMAIL: 87119-done@bugs.kde.org
CCMAIL: 82771-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=343092
22 years ago
Till Adam
cfd39273bc
change appendFilter( KMFilter ) into appendFilters( QPtrList<KMFilter> ) so
...
that the gui updating can happen in one go at the end. Port the spam wizard
to that.
svn path=/trunk/kdepim/; revision=340688
22 years ago