Bug 311619

Summary: Attachment checker checks quoted text
Product: [Applications] kmail2 Reporter: Jussi Schultink <jussi01>
Component: composerAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: chris.kerr, montel
Priority: NOR    
Version: 4.9.2   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jussi Schultink 2012-12-13 07:22:15 UTC
If I hit reply, the attachment checker/reminder should not search quoted text (ie. the email Im replying to).

It should only search what I wrote.

Reproducible: Always

Steps to Reproduce:
1. Hit reply on an email where someone has mentioned that are attaching something
2. type own email in reply, don't mention an attachment.
3. hit send - you are reminded that it appears you have an attachment, do you want to send or review.
Actual Results:  
Review dialog comes up.

Expected Results:  
email sends normally without dialog
Comment 1 Laurent Montel 2012-12-13 07:42:42 UTC
I can't reproduce it.
Comment 2 Laurent Montel 2012-12-13 08:06:08 UTC
As discussed on irc we can't fix this bug.
It's reply when setting "reply using HTML if present" activated.
it's generate a quoted text without quote
=> so regexp can't exclude it from check.

will fix when we will able to use real html composer (see composereditor-ng for 4.11)
Comment 3 Chris Kerr 2013-04-08 14:06:24 UTC
(In reply to comment #2)
> 
> will fix when we will able to use real html composer (see composereditor-ng
> for 4.11)

Surely then you shouldn't mark the bug as WONTFIX but instead leave it open until composereditor-ng is merged?