Michael Haeckel
6ff3357b0c
Don't switch between Date and Date (order of arrival) when actually only
...
switching between folders.
svn path=/trunk/kdenetwork/kmail/; revision=98396
25 years ago
Michael Haeckel
669052969c
Prevent some compiler warnings.
...
svn path=/trunk/kdenetwork/kmail/; revision=98230
25 years ago
Michael Haeckel
c580d6066c
Patch from Don Sanders <sanders@kde.org> and Sam Magnuson <sam@trolltech.com>
...
Heavy speedup for huge folders.
svn path=/trunk/kdenetwork/kmail/; revision=98218
25 years ago
Andreas Gungl
7bcddd5cd5
Reply on signed or encrypted messages is now showing the plaintext of
...
the message while forwarding still uses the original message as is
(no decryption or removal of the signature).
svn path=/trunk/kdenetwork/kmail/; revision=97451
25 years ago
Stephan Kulow
8ca8afd932
making use of indentities indepent of mailing lists
...
svn path=/trunk/kdenetwork/kmail/; revision=97394
25 years ago
Michael Haeckel
84eeb6eb0e
Use KConfigGroupSaver everywhere.
...
Patch by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
svn path=/trunk/kdenetwork/kmail/; revision=97385
25 years ago
Michael Haeckel
75dfec2458
Bounce filter action by Marc Mutz <Marc.Mutz@uni-bielefeld.de>
...
svn path=/trunk/kdenetwork/kmail/; revision=96041
25 years ago
Michael Haeckel
c57ae4f69e
Fix the mailing list specific identity.
...
Patch by Ingo Klöcker <ingo.kloecker@epost.de>
svn path=/trunk/kdenetwork/kmail/; revision=95495
25 years ago
Michael Haeckel
ee58ec2314
Add "forward as attachment".
...
Patch by Ingo Klöcker <ingo.kloecker@epost.de>
svn path=/trunk/kdenetwork/kmail/; revision=94903
25 years ago
Stephan Kulow
40494c872c
removed debug output of mine
...
svn path=/trunk/kdenetwork/kmail/; revision=94524
25 years ago
Stephan Kulow
7a1218bc5d
don't leak popupmenus
...
svn path=/trunk/kdenetwork/kmail/; revision=94503
25 years ago
Stephan Kulow
e65b5d64cc
disable edit_undo and send_queued if not available
...
svn path=/trunk/kdenetwork/kmail/; revision=94419
25 years ago
Stephan Kulow
5a229e5502
fixed the bug that strg-+ doesn't go to the next unread if the current is unread
...
svn path=/trunk/kdenetwork/kmail/; revision=94111
25 years ago
Stephan Kulow
0aa04e7051
implemented the option how your dates should be displayed. Three options available:
...
1. ctime
2. localized format
3. fancy date
if someone knows a better name for "fancy date", let me know :)
svn path=/trunk/kdenetwork/kmail/; revision=94107
25 years ago
Michael Haeckel
7a32089a2c
Specifiy an identity for every mailing list.
...
Patch by Ingo Klöcker <ingo.kloecker@epost.de>
svn path=/trunk/kdenetwork/kmail/; revision=93728
25 years ago
Don Sanders
cd09c69aeb
Fix crash on delete problem introduced by updateMessageMenu change in
...
kmmainwin.cpp.
svn path=/trunk/kdenetwork/kmail/; revision=92926
25 years ago
Stephan Kulow
68030cadfa
show the date as "Today 21:00:52" and translated instead of the ctime format
...
svn path=/trunk/kdenetwork/kmail/; revision=92914
25 years ago
Stephan Kulow
4f77cb95ca
off by one - David can have unread messages again
...
svn path=/trunk/kdenetwork/kmail/; revision=92759
25 years ago
Guillaume Laurent
041e815bd9
Save score column width.
...
svn path=/trunk/kdenetwork/kmail/; revision=92744
25 years ago
Stephan Kulow
d097fae527
adding some inititing for variable names
...
svn path=/trunk/kdenetwork/kmail/; revision=92723
25 years ago
Michael Haeckel
58b31c67b8
Message scoring.
...
Patch by Guillaume Laurent <glaurent@telegraph-road.org> plus two little fixes
of mine.
svn path=/trunk/kdenetwork/kmail/; revision=92668
25 years ago
Don Sanders
585152b400
Fix long dormant message deletion bug, recent kmheaders.cpp exposed it.
...
svn path=/trunk/kdenetwork/kmail/; revision=92569
25 years ago
Stephan Kulow
f50e29fc56
commiting my revision of Don's rapidfilter patch. Also automatic detection
...
of Mailing lists added (idea borrowed from evolution)
svn path=/trunk/kdenetwork/kmail/; revision=92483
25 years ago
Stephan Kulow
64c4f35a48
fixing warning
...
svn path=/trunk/kdenetwork/kmail/; revision=92398
25 years ago
Stephan Kulow
099a7b4b9c
commiting "another patch", which introduces the new action "Move to the next unread text"
...
bound to Key_Space as in netscape. Quite handy to use
svn path=/trunk/kdenetwork/kmail/; revision=92390
25 years ago
Stephan Kulow
e510078bab
- tmp.sprintf("%d", mMsgBase->msgSize());
...
+ tmp.sprintf("%ld", mMsgBase->msgSize());
svn path=/trunk/kdenetwork/kmail/; revision=92388
25 years ago
Don Sanders
f9b06eec9e
Removed unused variable. Removed accidentally comments.
...
Inserted warning into KMHeaderItem class
WARNING: Do not add new member variables to the class
it will bloat KMail's memory use.
svn path=/trunk/kdenetwork/kmail/; revision=92312
25 years ago
Don Sanders
7723a0d69e
Patch from Sam Magnuson
...
Substantially reduce memory required to show a large folder. Also speed up
folder changing.
Basically as few members as possible should be added to KMHeaderItem this
saves memory. Instead the virtual QListViewItem methods text and pixmap
should be used to perform computation, this means the computation only
has to be done for visible items.
svn path=/trunk/kdenetwork/kmail/; revision=92289
25 years ago
Stephan Kulow
b7265e14df
I used kmail and I still can't stand that file dialogs saying * as filter:
...
- KURL url = KFileDialog::getSaveURL( fileName, "*", this );
+ KURL url = KFileDialog::getSaveURL( fileName, QString::null, this );
svn path=/trunk/kdenetwork/kmail/; revision=92001
25 years ago
Michael Haeckel
9067b01ad1
Really correct plural handling by using %n.
...
svn path=/trunk/kdenetwork/kmail/; revision=91077
25 years ago
Michael Haeckel
0da0ba32ce
Correct plural handling.
...
svn path=/trunk/kdenetwork/kmail/; revision=90747
25 years ago
Michael Haeckel
d44f89879d
It is not possible to flag messages.
...
Patch by Cristi Dumitrescu <cristid@chip.ro>
svn path=/trunk/kdenetwork/kmail/; revision=90654
25 years ago
Michael Haeckel
d81e98915f
- Include IMAP folder the the move/copy to folder context menu.
...
- Small Patch by Seth Chaiklin <seth@psy.au.dk> to disable the mailing list
reply action when selecting a folder without mailing list.
svn path=/trunk/kdenetwork/kmail/; revision=90152
25 years ago
Michael Haeckel
204e397c5d
- Don't eat the last character of every line, when moving a message from local
...
to IMAP
- Don't crash, when deleting part of a thread in an IMAP folder
- Copying messages within the same IMAP account now also copies on the server
svn path=/trunk/kdenetwork/kmail/; revision=89913
25 years ago
Michael Haeckel
e947d160c9
Fix a bug with thread collapsing.
...
svn path=/trunk/kdenetwork/kmail/; revision=89822
25 years ago
Michael Haeckel
cf96285095
Don't crash, when selecting a message which is in progress of being moved.
...
Since I don't like a modal progress window as present in some other clients,
these cases need handling.
svn path=/trunk/kdenetwork/kmail/; revision=89245
25 years ago
Carsten Pfeiffer
300b4ba508
fixes:
...
- the wheel-scrolling bug
- sets the focus properly in some dialogs
- makes the KAB dialog not show the "select-dialog" when there's nothing to
select
- uses a KURLRequester for the signature lineedit
- shows a busy pointer when closing the config-dialog
- sets the focus properly and positions the cursor nicely when replying to a
mail
svn path=/trunk/kdenetwork/kmail/; revision=88692
25 years ago
Michael Haeckel
188fc75cc8
Don't crash, when compacting an IMAP folder tree, while retrieving a message
...
for displaying is still in progress.
svn path=/trunk/kdenetwork/kmail/; revision=88368
25 years ago
Michael Haeckel
77228c928e
More consistent context menus by Seth Chaiklin <seth@psy.au.dk>
...
svn path=/trunk/kdenetwork/kmail/; revision=88299
25 years ago
Michael Haeckel
66e93071aa
Ok, it was not a relly big deal:
...
Select an IMAP folder and press K and the Ctrl-J, but it works only with local
destination folders yet :-)
svn path=/trunk/kdenetwork/kmail/; revision=88207
25 years ago
Michael Haeckel
f1665873cb
We are now able to move and copy messages from local folders to IMAP folders.
...
svn path=/trunk/kdenetwork/kmail/; revision=88124
25 years ago
Daniel Naber
c2b446401f
new option to set an extra font for the date column
...
svn path=/trunk/kdenetwork/kmail/; revision=88047
25 years ago
Michael Haeckel
45c7697a7b
- Double click in outbox/drafts now opens the composer
...
- Don't display a message anymore after it has been sent and the outbox folder
is active while sending.
svn path=/trunk/kdenetwork/kmail/; revision=88041
25 years ago
Michael Haeckel
a8ba06e6fb
The same issue for copy.
...
svn path=/trunk/kdenetwork/kmail/; revision=87932
25 years ago
Michael Haeckel
2349b95b04
Move the whole message, when moving more than one message at once from an IMAP
...
folder to a local one and not only the headers.
svn path=/trunk/kdenetwork/kmail/; revision=87918
25 years ago
Michael Haeckel
127f2583a3
KMail can now change the flags of mails on the server, at least as far as imap
...
flags comply to the message status KMail uses.
svn path=/trunk/kdenetwork/kmail/; revision=87881
25 years ago
Daniel Naber
d9360ad155
"Reply w/o quote" patch by seth@psy.au.dk
...
svn path=/trunk/kdenetwork/kmail/; revision=87863
25 years ago
Michael Haeckel
c23aabc292
IMAP folder now remember properly their setting, like threading, sorting
...
or mailing list posting address.
svn path=/trunk/kdenetwork/kmail/; revision=87782
25 years ago
Michael Haeckel
942daa3644
Don't collapse/expand threads when double clicking on it.
...
svn path=/trunk/kdenetwork/kmail/; revision=87438
25 years ago
Michael Haeckel
f1feb2fe78
- Handle empty imap folders correctely
...
- Handle job/slave killing correctely
svn path=/trunk/kdenetwork/kmail/; revision=87406
25 years ago