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
Michael Haeckel
f1c8f60d60
Update the serial numbers correctely, when emtying a folder.
...
Patch by Ronen Tzur <rtzur@shani.net>.
svn path=/trunk/kdenetwork/kmail/; revision=126028
25 years ago
Marc Mutz
2cddffc101
This patch fixes two issues people reported (repeatedly):
...
1. "Outgoing messages" -> "Sent messages":
This (hopefully) makes clear that filters get applied _after_ the
message is sent.
2. ComboBox-> 3 CheckBoxes:
This gets rid of the hidden "feature" that CTRL-J always applied _all_
filters (in and outgoing). You can now disable that if you wish.
(2) doesn't even mean a change in the config file, since "manual-filtering"
was always included in the list of filter sets... ;-)
Oh, and the most important part: Tab->Space conversion.
svn path=/trunk/kdenetwork/kmail/; revision=125537
25 years ago
Carsten Burghardt
9bc7408968
Adds configurable sender/receiver to each folder
...
svn path=/trunk/kdenetwork/kmail/; revision=125247
25 years ago
Michael Haeckel
d106dc8427
Don't loose the automatically set replied flags in IMAP folders after
...
restarting KMail.
Patch by Ronen Tzur <rtzur@shani.net>
svn path=/trunk/kdenetwork/kmail/; revision=125237
25 years ago
Michael Haeckel
81fd954e5d
Use serial numbers instead of message id for undo.
...
svn path=/trunk/kdenetwork/kmail/; revision=124888
25 years ago
Michael Haeckel
82fd51916b
Seems, this workaround is obsolete.
...
svn path=/trunk/kdenetwork/kmail/; revision=124695
25 years ago
Michael Haeckel
e3894cce4e
Set the forward flags also correctely for forwarding several messages at once.
...
svn path=/trunk/kdenetwork/kmail/; revision=124515
25 years ago
Michael Haeckel
2b4e5f8368
Fix the #128 problem also for forwarding as attachement.
...
svn path=/trunk/kdenetwork/kmail/; revision=124401
25 years ago
Waldo Bastian
9836467a13
Don't crash on null-pointer.
...
svn path=/trunk/kdenetwork/kmail/; revision=124361
25 years ago
Michael Haeckel
f0682a9666
Display the correct identity and not only the other headers, when it was
...
guessed, from the original mail.
svn path=/trunk/kdenetwork/kmail/; revision=123943
25 years ago
Waldo Bastian
779dc72249
Display msg size as "4.3 KB" instead of "4345"
...
svn path=/trunk/kdenetwork/kmail/; revision=123919
25 years ago
Michael Haeckel
19b7a57e89
Per identity configurable drafts folder (local and IMAP).
...
Patch by Carsten Burghardt <cb@emedia-consult.de>
svn path=/trunk/kdenetwork/kmail/; revision=123572
25 years ago
Michael Haeckel
2796f18fec
Strip off everything before the colon from the suggested filename when saving
...
a mail.
svn path=/trunk/kdenetwork/kmail/; revision=123047
25 years ago
Michael Haeckel
b76d04b20d
Trash folder on IMAP server.
...
Patch by Carsten Burghardt <cb@emedia-consult.de>
svn path=/trunk/kdenetwork/kmail/; revision=122322
25 years ago
Ingo Klcker
84112f8d33
Avoid a 'unused variable' compiler warning
...
-void KMHeaders::rightButtonPressed( QListViewItem *lvi, const QPoint &p, int )
+void KMHeaders::rightButtonPressed( QListViewItem *lvi, const QPoint &, int )
svn path=/trunk/kdenetwork/kmail/; revision=121923
25 years ago
Michael Haeckel
2c8432510c
Use the subject as default filename, when saving a mail.
...
svn path=/trunk/kdenetwork/kmail/; revision=121887
25 years ago
Ingo Klcker
a150c1ce06
use rightButtonPressed signal in the header pane to work around a Qt bug(?) (RMB behaviour)To make it work correctly Don's patch is also needed (it will be included in Qt 3.0.1)
...
svn path=/trunk/kdenetwork/kmail/; revision=121664
25 years ago
Waldo Bastian
ce39174336
Automatic charset selection.
...
svn path=/trunk/kdenetwork/kmail/; revision=121196
25 years ago
Michael Haeckel
a9f50bf1f7
- Don't add status headers to the cached headers in IMAP folders
...
- Don't check for an external application modified the cache file while KMail
was running
- Prevent a qWarning about an null hash key
- Remove a kdDebug call
Altogether IMAP header retrieving is now twice as fast as before.
svn path=/trunk/kdenetwork/kmail/; revision=118800
25 years ago
Michael Haeckel
c6af261c96
Don't jump to the next unread message, when clicking Ok in the config dialog.
...
svn path=/trunk/kdenetwork/kmail/; revision=117916
25 years ago
David Faure
60198e652a
CVS_SILENT fixheaders
...
svn path=/trunk/kdenetwork/kmail/; revision=117511
25 years ago
Dirk Mueller
6797558d5d
356 includes less
...
svn path=/trunk/kdenetwork/kmail/; revision=117339
25 years ago
Dirk Mueller
dd58455158
CVS_SILENT: fixincludes
...
svn path=/trunk/kdenetwork/kmail/; revision=117155
25 years ago