Lars Knoll
0dc2bcfbcd
try compiling your code before you commit!
...
svn path=/trunk/kdenetwork/kmail/; revision=143682
24 years ago
Neil Stevens
2850b689b1
Replace / in the subject with _ on save as, as / is illegal.
...
svn path=/trunk/kdenetwork/kmail/; revision=143671
24 years ago
Marc Mutz
2e80a14149
Don't make the size column rediculously small
...
svn path=/trunk/kdenetwork/kmail/; revision=143307
24 years ago
Marc Mutz
c01cb92257
Call KMFilterMgr::cleanup() after process()ing the list of messages.
...
svn path=/trunk/kdenetwork/kmail/; revision=141713
24 years ago
Waldo Bastian
77f2dc529d
Make index files portable across platforms.
...
svn path=/trunk/kdenetwork/kmail/; revision=138151
24 years ago
Michael Haeckel
f767ac72a8
Unbreak the context menu again with recent Qt copy.
...
svn path=/trunk/kdenetwork/kmail/; revision=137813
24 years ago
Michael Haeckel
0898e79058
Make sorting by date ten times faster.
...
That doesn't really need to use locale aware sorting.
svn path=/trunk/kdenetwork/kmail/; revision=137237
24 years ago
Marc Mutz
f4437c4fe6
fix #38012
...
svn path=/trunk/kdenetwork/kmail/; revision=136120
24 years ago
Michael Haeckel
cb572738f7
Make KMail usable again with the snapshot in qt-copy. Don't crash always when
...
switching folders.
svn path=/trunk/kdenetwork/kmail/; revision=134092
24 years ago
Carsten Burghardt
ea0336dccf
Send the bounced message according to the config-entry "sendImmediate"
...
svn path=/trunk/kdenetwork/kmail/; revision=133367
25 years ago
Malcolm Hunter
5d44942891
CVS_SILENT Removed extra space after full-stop
...
svn path=/trunk/kdenetwork/kmail/; revision=133248
25 years ago
Michael Haeckel
fcc51d38ab
Keep the message status, when copying a message to a different folder instead
...
of making it unread.
svn path=/trunk/kdenetwork/kmail/; revision=132987
25 years ago
Marc Mutz
c64819537c
Safe part of my local include fixes.
...
svn path=/trunk/kdenetwork/kmail/; revision=131931
25 years ago
Marc Mutz
5d4b22273c
Mark thread as... actions - finally. The problem with the EditKeybindings
...
dialog is still there, though. But now Ellis is back to fix ;-)
svn path=/trunk/kdenetwork/kmail/; revision=131455
25 years ago
Michael Haeckel
27f789ba80
Open the destination folder only once, when moving several message from IMAP
...
to local.
svn path=/trunk/kdenetwork/kmail/; revision=131050
25 years ago
Harald Fernengel
2eeaa88d27
shift-LEFT and shift-RIGHT now selects the prev/next mail in mainwindow
...
svn path=/trunk/kdenetwork/kmail/; revision=131015
25 years ago
Carsten Burghardt
53810bcfb4
Fixed Bug #36958
...
svn path=/trunk/kdenetwork/kmail/; revision=130628
25 years ago
Aaron J. Seigo
3c884bd2d9
make fancy headers fancy
...
svn path=/trunk/kdenetwork/kmail/; revision=130495
25 years ago
Marc Mutz
03a0c75ce0
- new actions {expand,collapse} (all) thread(s)
...
- new bool KMHeaders::isThreaded() const method
- KMHeaders::getNestingPolicy(0 is now const
svn path=/trunk/kdenetwork/kmail/; revision=130194
25 years ago
Michael Haeckel
208b2bdb4b
These kdDebug's were not supposed to go in.
...
svn path=/trunk/kdenetwork/kmail/; revision=129508
25 years ago
Michael Haeckel
eec24ea5cf
Make looping when looking for the next unread message working with descending
...
sorting order.
Sorry, but this assumption was wrong:
- // this assumes that (0 == firstChild()->msgId()) !
- i = findUnread(TRUE, 0, false, acceptCurrent); // from top
svn path=/trunk/kdenetwork/kmail/; revision=129507
25 years ago
Ingo Klcker
150c80f341
In KMHeaders::contentsMousePressEvent(...):
...
- Disable a debug message
- Remove RMB handling code as it's now handled by the slot rightButtonPressed and as it anyway was never called in Qt 3.0.[01]
svn path=/trunk/kdenetwork/kmail/; revision=129389
25 years ago
Carsten Burghardt
8a7ec2ba3f
Added support for imap-sets to addMsg, removeMsg, copyMsg and take
...
svn path=/trunk/kdenetwork/kmail/; revision=129294
25 years ago
Michael Haeckel
05beefa777
Make context menu on several selected mails working again with current qt-copy.
...
svn path=/trunk/kdenetwork/kmail/; revision=128654
25 years ago
Michael Haeckel
be47751158
Don't take ages, when switching to the last unread message and that is far
...
away.
svn path=/trunk/kdenetwork/kmail/; revision=128596
25 years ago
Ingo Klcker
d77bc08232
- Smart Message-Id generation
...
- Show number of queued messages in outbox
- Open thread if it contains new, unread or _important_ messages
svn path=/trunk/kdenetwork/kmail/; revision=128438
25 years ago
Michael Haeckel
86f702e78d
Save the index files on exit without being killed by the session management
...
if it takes too long.
svn path=/trunk/kdenetwork/kmail/; revision=128258
25 years ago
Michael Haeckel
9694c22a36
Make scrolling in headers slightly less sluggish.
...
svn path=/trunk/kdenetwork/kmail/; revision=128221
25 years ago
Michael Haeckel
3fcde69d0b
Make "order of arrival" sorting by the order the mails arrived in KMail
...
instead of the order they arrived in the folder.
svn path=/trunk/kdenetwork/kmail/; revision=128112
25 years ago
Marc Mutz
ddf982c5c5
Don't eat CPU cycles to search for unread messages when we already know that
...
there aren't any.
Also, use lastItem() instead of lastChild() as starting point for backwards
search.
Micheal, this fixes the problem for me.
Still, you should have a look at the patch...
svn path=/trunk/kdenetwork/kmail/; revision=128058
25 years ago
Marc Mutz
8ddb2479b2
document the real cause for the last commit...
...
svn path=/trunk/kdenetwork/kmail/; revision=127862
25 years ago
Marc Mutz
50f820fd71
fix #36285 ; QListView doesn't seem to emit the currentChanged() signal on setCurrentItem()
...
*sigh*. The signals seem to be really messed up with Qt3.x so far :-(
svn path=/trunk/kdenetwork/kmail/; revision=127861
25 years ago
Marc Mutz
1d201a2665
Minor code cleanups, mostly removal of Qt2 defines.
...
svn path=/trunk/kdenetwork/kmail/; revision=127841
25 years ago
Marc Mutz
a31bac9080
When methods' definitions are given in the class' declaration, they're
...
automatically inlined when possible.
svn path=/trunk/kdenetwork/kmail/; revision=127836
25 years ago
Marc Mutz
6dfc57c740
*Sigh*. tab->spaces
...
svn path=/trunk/kdenetwork/kmail/; revision=127835
25 years ago
Marc Mutz
dc3d0ec73f
Loop in the current folder when searching for unread messages.
...
Make this feature configurable, but default to on.
Hope Don and the others can live with it like this ;-)
svn path=/trunk/kdenetwork/kmail/; revision=127774
25 years ago
Marc Mutz
70992c9ed6
Distinguish between forward and backward search also when trying to find the
...
start item for findUnread()
svn path=/trunk/kdenetwork/kmail/; revision=127772
25 years ago
Stephan Binner
03771d7918
Capitalization fixes.
...
svn path=/trunk/kdenetwork/kmail/; revision=127743
25 years ago
Carsten Burghardt
d71bba9303
Added support for sets to the setStatus-method for imap-folders.
...
Added a new method setStatus(QValueList<int>, status) to kmfolder
svn path=/trunk/kdenetwork/kmail/; revision=127430
25 years ago
Michael Haeckel
cf57ef9143
Make changing the global threading or HTML setting overriding all folder
...
specific settings instead of inverting them.
svn path=/trunk/kdenetwork/kmail/; revision=127380
25 years ago
Michael Haeckel
b626c07f76
Make sorting by reciever in the sent-mail folder working again.
...
svn path=/trunk/kdenetwork/kmail/; revision=127365
25 years ago
Michael Haeckel
f76e773d62
Make sorting by size and by order of arrival working again.
...
Trolltech decided shortly before Qt-3.0.1, that " 5" comes after " 15".
We use now zeros instead of spaces.
svn path=/trunk/kdenetwork/kmail/; revision=127246
25 years ago
Dirk Mueller
aa0cadacd1
CVS-SILENT: fixincludes -e
...
svn path=/trunk/kdenetwork/kmail/; revision=126995
25 years ago
Marc Mutz
b28f159999
Don't bloat the mbox file when filtering in inbox. Watch this carefully!
...
svn path=/trunk/kdenetwork/kmail/; revision=126936
25 years ago
Stefan Gehn
04c5115f55
CVS_SILENT #include <qcursor.h>
...
svn path=/trunk/kdenetwork/kmail/; revision=126665
25 years ago
Michael Haeckel
e9f184bc14
Fetch the new headers immediately, if messages have been added to the
...
selected folder.
svn path=/trunk/kdenetwork/kmail/; revision=126403
25 years ago
Nikolas Zimmermann
a173cd28be
Compile, anyone please check if that's correct
...
- if (!msg) return; // It appears, that QListView in Qt-3.0 asks for the key
+ if (!msg) return QString::null; // It appears, that QListView in Qt-3.0 as
svn path=/trunk/kdenetwork/kmail/; revision=126185
25 years ago
Michael Haeckel
3df95ff2d6
Don't crash occasionally, when switching folders. Seems, the items are
...
sometimes resorted, while QListView::clear is in progress.
svn path=/trunk/kdenetwork/kmail/; revision=126184
25 years ago
Michael Haeckel
60b16903f1
Don't crash occasionally, when emptying the trash folder.
...
svn path=/trunk/kdenetwork/kmail/; revision=126183
25 years ago
Waldo Bastian
9ace1b904d
Fix color updates for alternate background which is handled by KListView::event()
...
svn path=/trunk/kdenetwork/kmail/; revision=126090
25 years ago