Andras Mantia
bc1a32b4cc
Disable revision check when updating the status flags only. This avoids conflict dialogs in many cases.
...
No time to find out now the bug report numbers.
14 years ago
Montel Laurent
0c190cc816
Fix Bug 304940 - kmail should warn when replying to an encrypted mail
...
unencrypted
FIXED-IN: 4.9.2
BUG: 304940
14 years ago
Montel Laurent
b296a37483
Fix open file in good directory
14 years ago
Montel Laurent
15fb90cbc8
Fix Bug 304964 - kmail 'reply without quote' does nt work
...
FIXED-IN: 4.9.1
BUG: 304964
14 years ago
Montel Laurent
1da3904d01
Fix Bug 238985 - "Send Again" does not respect Reply-To header
...
FIXED-IN: 4.9.1
BUG: 238985
14 years ago
Montel Laurent
745f8e1d30
Fix Bug 240344 - It 's impossible to redirect several messages at once
...
FIXED-IN: 4.9
BUG: 240344
14 years ago
Montel Laurent
c6a495bf88
not necessary to use a kcommand here
14 years ago
Montel Laurent
d5f4a14131
Store selected tag. And put in combobox just tag selected
14 years ago
Andras Mantia
4185112a7b
Cleanups based on the review by Kevin Krammer.
...
(cherry picked from commit 42a40e306400e1e14fcedbdbe34f3ece0db151de)
14 years ago
Andras Mantia
bc024701b3
(Backport filter fix from master)
...
A biggish refactoring of the filter functionality:
1) Do not take the items from the cache only, as they might be incomplete (especially in online imap case, but not only).
This should fix the body loss bug on spam filtering.(Bug 287752 and similar ones + countless of reports on user list)
Might fix 293768.
2) Download only what is really needed for the filter and add safety checks that
the mail is not modified if the requested part is missing. So far the distinction
was only betwee the body and rest. This should speed up filtering.
Also related to 287752, but should fix also 292283, 288109.
3) Rename qDebug->kDebug + fix some includes
4) The code should also fix the duplicate mails appearing after filtering (some of the duplicates
with empty content), eg. 275233
All bug reporters: in case you still see the bug, reopen the corresponding one.
For the reports that were CC'd, but not closed, please try to reproduce and tell
the result.
So far the bug is fixed on master, but might be backported later to 4.9.
BUG: 287752
BUG: 292283
BUG: 288109
BUG: 286043
BUG: 295484
BUG: 302337
BUG: 295000
BUG: 295684
CCBUG: 293768
CCBUG: 275233
CCBUG: 293918
CCBUG: 284310
CCBUG: 286364
CCBUG: 283682
(cherry picked from commit d64d61b470c56b92294f6adee6d74305a217628d)
FIXED-IN: 4.9
14 years ago
Montel Laurent
00d5823c54
Fix reload transport when we reedit message
14 years ago
Montel Laurent
69b2bf44bb
Clean up
14 years ago
Montel Laurent
d2c06aa547
Fix Bug 259784 - It would be nice to be able to print only highlighted
...
parts of an email
BUG: 259784
FIXED-IN: 4.9
14 years ago
Montel Laurent
019076e3a9
Fix bug when we reply and it doesn't take good identity when we use
...
default identity from account.
David reported me it and it was reported to Bug 297912 - 'Reply to' uses
wrong identity if not explicitly set in 'folder properties'
FIXED-IN: 4.8.3
BUG: 297912
14 years ago
Montel Laurent
945df86e92
Finish to implement print preview
14 years ago
Montel Laurent
0ba782cc5b
Fix copy messages when we click on "Key_c" open dialogbox select folder.
...
Bug found by David
14 years ago
Tobias Koenig
a6d727e412
First part of filter code refactoring
...
Move filter related classes in 'filter' subdirectory under mailcommon
14 years ago
Montel Laurent
4e028b2fb2
Add requires
14 years ago
Montel Laurent
43a8ec1c1c
Optimization. Don't download all message if not necessary
14 years ago
Montel Laurent
7b44579f7f
Optimization don't fetch message not necessary in this class
14 years ago
Montel Laurent
a295e8b8f8
I hope that it will fix Bug 290389 - crash of kmail while sending mail &
...
closing app
CCBUG: 290389
14 years ago
Montel Laurent
5b249612de
Minor clean
14 years ago
Montel Laurent
539b857932
Reenable code to show that we move items (use busycursor)
14 years ago
Montel Laurent
29e604ae7d
Minor
14 years ago
Montel Laurent
5206834370
Minor
14 years ago
Montel Laurent
0b1676f6fd
Fix mem leak
14 years ago
Montel Laurent
21f0ef1fe7
Fix mem leak
14 years ago
Montel Laurent
8d3fc8f3f3
Now we can edit a encapsuled mail
14 years ago
Montel Laurent
c356d06d93
Fix error and co
14 years ago
Montel Laurent
a08f5ecd02
Fix add tag
14 years ago
Allen Winter
95ceb08e55
in KMMoveCommand::execute(), in the case of an invalid destination
...
folder all the retrieved messages will be deleted. but make sure
we have at least 1 message to delete before starting the job.
MERGE: 4.7
15 years ago
Montel Laurent
c7f4c343eb
Fix Bug 286922 - edited mail from outbox deleted after closing
...
FIXED-IN: 4.7.4
BUG: 286922
15 years ago
Montel Laurent
5676b9946f
Fix Bug 286875 - Redirected email is stored in wrong sent-folder
...
FIXED-IN: 4.7.4
BUG: 286875
15 years ago
Montel Laurent
d18a096d0d
Restaure sent-folder when we have an error on smtp and we double click to edit it.
15 years ago
Montel Laurent
9e0d0a07e7
Fix includes
15 years ago
Montel Laurent
ab99a45dc5
Fix includes
15 years ago
Montel Laurent
6585b841c4
Minor optimization
15 years ago
Montel Laurent
5386a3c0b1
Remove qDebug
15 years ago
Montel Laurent
8a9a49ed8f
Fix Bug 284789 - Does not remember mail transport
...
FIXED-IN: 4.7.4
BUG: 284789
15 years ago
Montel Laurent
fe27e0b20b
Fix includes/forward declaration
15 years ago
Montel Laurent
193899e008
Remove duplicate code
15 years ago
Montel Laurent
c256f81ec1
We need to add template here too
15 years ago
Montel Laurent
3c39e362a1
Remove duplicate code
15 years ago
Montel Laurent
0994dd9437
I don't like duplicate code. Merge KMCustomReplyCommand to KMReplyCommand
15 years ago
Montel Laurent
f4cf5587bd
revert, it's not possible to implement print multi mail
15 years ago
Montel Laurent
0f23dc4a03
Start to fix print multi mail
15 years ago
Montel Laurent
bf82d4d010
Minor optimization
15 years ago
Montel Laurent
86fd45a960
Factorize code
15 years ago
Montel Laurent
f242577234
Fix forward icon when we forward as createForwardDigestMIME
15 years ago
Montel Laurent
0db5e0ed5e
Fix add multi tag
15 years ago