Michael Haeckel
d942bedded
Get rid of all remaining ASCII_CAST and COMPAT issues.
...
It is now even possible to give accounts non-latin names.
svn path=/trunk/kdenetwork/kmail/; revision=102514
25 years ago
Stephan Kulow
6164556515
use debug area 5006 - so I can read mails without seeing tons of debug output
...
svn path=/trunk/kdenetwork/kmail/; revision=101769
25 years ago
Christophe Prud'homme
f582447eef
make it compile
...
Index: kmsearchpatternedit.cpp
===================================================================
RCS file: /home/kde/kdenetwork/kmail/kmsearchpatternedit.cpp,v
retrieving revision 1.14
diff -c -r1.14 kmsearchpatternedit.cpp
*** kmsearchpatternedit.cpp 2001/06/11 13:08:30 1.14
--- kmsearchpatternedit.cpp 2001/06/11 14:44:24
***************
*** 125,131 ****
if ( aName.isEmpty() ) return -1;
! QString i18n_aName = i18n( aName );
for (i=sFilterFieldList.count()-1; i>=0; i--) {
if (*(sFilterFieldList.at(i))==i18n_aName) break;
--- 125,131 ----
if ( aName.isEmpty() ) return -1;
! QString i18n_aName = i18n( aName.latin1() );
for (i=sFilterFieldList.count()-1; i>=0; i--) {
if (*(sFilterFieldList.at(i))==i18n_aName) break;
svn path=/trunk/kdenetwork/kmail/; revision=101630
25 years ago
Luk Tinkl
03eae127ab
a little i18n fix
...
svn path=/trunk/kdenetwork/kmail/; revision=101584
25 years ago
Marc Mutz
21b7c98515
Remove spaces that lead to non-working filters when a user enters his own header field name.
...
svn path=/trunk/kdenetwork/kmail/; revision=101207
25 years ago
Marc Mutz
dac221708b
Make madified files compile with -DQT_NO_{ASCII_CAST,COMPAT}.
...
svn path=/trunk/kdenetwork/kmail/; revision=101017
25 years ago
Marc Mutz
c796d31daf
Don't display sliders for the action type and field combobox
...
menus in KMFilterDlg.
svn path=/trunk/kdenetwork/kmail/; revision=100843
25 years ago
Marc Mutz
5761bd0831
Implement <size> and <age of days> filter rule pseudo headers.
...
Add List-Id to the preset list of headers.
Remove includes that were already commented out.
strcasecmp -> qstricmp in kmsearchpattern.cpp:finsInStrList()
svn path=/trunk/kdenetwork/kmail/; revision=99002
25 years ago
Daniel Molkentin
14ff3267fc
GUI:
...
- Added tons of Accelerators (especially in the config dialog)
- Added corresponding setBuddy()'s where possible
Although I really tried to look hard, please check for eventual Accel
clashes (/me wants Qt Designer... )
There are still some Accels missing. I'd really like to urge you to add the
missing ones to catch up with the kde style guide. Any flames (merging errors,
etc.) go to danimo@kde.org .
No other functional changes.
svn path=/trunk/kdenetwork/kmail/; revision=98490
25 years ago
Michael Haeckel
db9f4d2732
Some filter fixes.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=98117
25 years ago
Michael Haeckel
cab2983233
Remove a lot of kdDebug's and enable the GUI again after "Apply"
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=96233
25 years ago
Michael Haeckel
fdb52e6e46
Increase the minimum number of search rules again to 2 and fix a missing
...
variable initialization.
svn path=/trunk/kdenetwork/kmail/; revision=96125
25 years ago
Michael Haeckel
ddcb90a23b
Remove a lot of debugging code and don't eat actions after a Set Identity
...
action.
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=96017
25 years ago
Michael Haeckel
04489440f7
<any header> works again when the GUI is not in English.
...
svn path=/trunk/kdenetwork/kmail/; revision=95823
25 years ago
Otto Bruggeman
09c4848c5c
includemocs
...
svn path=/trunk/kdenetwork/kmail/; revision=95053
25 years ago
Michael Haeckel
12270c0789
I should have tested better :-)
...
Don't add wrong search criteria to rules, that have only one criteria, when
defined after a rule with more than one.
svn path=/trunk/kdenetwork/kmail/; revision=95000
25 years ago
Michael Haeckel
c248041620
Monster patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
...
Rewritten filter dialog and some improvements for filtering.
svn path=/trunk/kdenetwork/kmail/; revision=94962
25 years ago