52 Commits (557c7eed6759888917d9ba3efbcca48bb94de7f9)

Author SHA1 Message Date
Kurt Granroth 0b28159da9 Massive commit to include native maildir-style mailboxes support in 25 years ago
Michael Haeckel d942bedded Get rid of all remaining ASCII_CAST and COMPAT issues. 25 years ago
Michael Haeckel ba08a83bc8 ASCII_CAST cleanup for kmmsgbase.cpp and kmacctlocal.cpp. 25 years ago
Stephan Kulow 6164556515 use debug area 5006 - so I can read mails without seeing tons of debug output 25 years ago
Michael Haeckel 79103e2e17 Again QT_NO_ASCII_CAST fixes and two charset related fixes for bugs I found on 25 years ago
Marc Mutz 20ed595a46 Add #undef QT_NO_{ASCII_CAST,COMPAT}, resp. to the tops of .cpp files that 25 years ago
Carsten Pfeiffer 65fd842ee7 a few small fixes: 25 years ago
Michael Haeckel 774c4f204c Revert my last commit, sorry I didn't look at the total time which indeed 25 years ago
Michael Haeckel 45f19f9501 Start searching with the latest message, instead of with the oldest. 25 years ago
Daniel Naber 1ae168d35d if a mail is found in the sent-mail folder, don't show 25 years ago
Michael Haeckel 9067b01ad1 Really correct plural handling by using %n. 25 years ago
Michael Haeckel 0da0ba32ce Correct plural handling. 25 years ago
Michael Haeckel a606916dab The search dialog now defaults to the selected folder, even if serveral folders 25 years ago
Michael Haeckel 56ee1a3f0f Oops, the second filter rule used to have an empty entry at top. 25 years ago
Michael Haeckel 619a53f017 We are not able to search in IMAP folders. 25 years ago
Michael Haeckel e6ed1616d1 - Search only in real headers and not for example in bug system pseudo headers 25 years ago
Michael Haeckel ffc537f0d5 Make searching in folders ten times faster. That annoyed me simply too long. 25 years ago
Dirk Mueller d471555dd9 compile with gcc3. reviewed by Don. 25 years ago
Michael Haeckel d6d33cfb2f Yet another fix for a crash no user found (and reported) so far :-) 26 years ago
Michael Haeckel 51d20aee7e Searching in whole message does no longer search in attachments. 26 years ago
Michael Haeckel 6e5fedecb2 Correct support for windows-125x. 26 years ago
Michael Haeckel 1ea62b68f9 Fix crash when closing the search dialog or KMail while search is in progress. 26 years ago
Michael Haeckel ec6694da87 Hopefully last major charset improvement. 26 years ago
Michael Haeckel 0ba3ad407f The search dialog now also finds non-latin keywords in the messages. 26 years ago
Daniel Naber ce0866fa38 search: use an extra "Stop" button instead of changing the search button's 26 years ago
Daniel Naber ec5da35dd8 searching "<complete message>" should search in body and header. 26 years ago
David Faure 9a99534a89 Grrr, don't delete the dialog in the slot for closing, if it's a WDestructiveClose. 26 years ago
Don Sanders d48a858e05 In my opinion this thing really needs a destructive c1ose 26 years ago
Michael Haeckel ca95422039 Translate the system folder names in the search dialog and in the filter dialog. 26 years ago
David Faure 411fb91094 Another QGuardedPtr assert 26 years ago
Hans Petter Bieker 0007cd8b56 Cleaner compilation. 26 years ago
Don Sanders 934c74cf94 More code tidy ups, my mother would be pleased. 26 years ago
Don Sanders 521ecc5fe6 atoi(QString) didn't seem that portable, use QString::toInt instead. 26 years ago
Kalle Dalheimer 9c2178bc9e #include <stdlib.h> 26 years ago
Don Sanders dc8666eeee Ported createFolderList over to returning a QValueList< QGuardedPtr< KMFolder > >* instead of 26 years ago
Daniel Naber 170668c044 "RegExp" -> "regular expr." 26 years ago
Daniel Naber acffdfbd0f added function to search for regular expression. removed 26 years ago
Daniel Naber d3749fb821 default sort order changed, new messages are now on the top 26 years ago
Daniel Naber 4b47428a9f Search: sort by date now works; hide last 2 columns; added missing i18n 26 years ago
Daniel Naber c769354d5c -allow sorting the columns of the result 26 years ago
Bernd Gehrmann 5ef31f8543 KGlobal <-> KGlobalSettings <-> KApplication & KButtonBox cleanup 26 years ago
Daniel Naber 173eb51f69 -preselect current folder now works for subfolders, too 26 years ago
Daniel Naber 9501c9e0bc -escape now does the same as the close button 26 years ago
Daniel Naber b1c1f376d9 -preselect current folder (does not work yet if you left the dialog 26 years ago
Daniel Naber 7fe836a85b -body search 26 years ago
Daniel Naber 657f0180f4 -start with focus set to first text field 26 years ago
Daniel Naber 03994bf32f -i18n("") isn't legal: changed it to "" 26 years ago
Don Sanders 379d4ba4f9 Don't crash when going to a message in a sub folder. 26 years ago
Don Sanders 9727268d8b Improved search dialog goto message operation 26 years ago
Mario Weilguni 9fd2165332 Mario: made search dialog work again, added (still non-working) support for 26 years ago