Bug 202186 - Replying an email add the attachments of the replied mail
Summary: Replying an email add the attachments of the replied mail
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: SVN trunk (KDE 4)
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-01 11:17 UTC by FiNeX
Modified: 2009-08-05 21:55 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description FiNeX 2009-08-01 11:17:37 UTC
Steps to reproduce

1) look for an email with attachments

2) select the email (warning, selecting an email with a PDF on revisions compiled between some days ago and r1005208 will crash kmail)

3) press "R" to reply

4) the new email will have the same attachments of the selected mail.

Usually attachments should't be automatically included on replies.


P.S: I don't know if this bug is on kmail/general or kmail/composer.
Comment 1 Thomas McGuire 2009-08-04 18:17:43 UTC
SVN commit 1006866 by tmcguire:

Upps, don't include attachments when replying. Makes me wonder why this works in the other branches.

BUG: 202186
MERGE: 4.3, e35, e4 (for saftey's sake)


 M  +1 -1      templateparser.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1006866
Comment 2 FiNeX 2009-08-04 20:27:27 UTC
Thanks Thomas :-)
Comment 3 Thomas McGuire 2009-08-05 21:55:50 UTC
SVN commit 1007475 by tmcguire:

Backport r1006866 by tmcguire from trunk to the 4.3 branch:

Upps, don't include attachments when replying. Makes me wonder why this works in the other branches.

CCBUG: 202186
MERGE: 4.3, e35, e4 (for saftey's sake)



 M  +1 -1      templateparser.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1007475