Bug 237321

Summary: 'Reply to' functionality not implemented
Product: [Applications] kmail2 Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: gjditchfield
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sabine Faure 2010-05-12 01:24:01 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Kmail
- Click on 'New' button
- Go to View menu/Reply To
- A 'Reply to:' line edit appears in the top part of the composer dialogue. In it tape in you personal email
- Fill in the sender address (personal email), the recipient's address (personal email), the subject and enter a few words in the text editor
- Click on 'Send' button
- The email is correctly sent
- Find a copy of this email in the Folder view.
- Click on it so that it is displayed in the Message Viewer.

You can see that there is no 'Reply to:' field in the email's heading.

- Press V

There is no 'Reply to:' field in the 'Message as Plain Text' dialogue either whereas there should be.

Trunk, Svn Rev 1125510
Comment 1 Sabine Faure 2010-05-12 01:25:40 UTC
When the recipient receives the email and clicks on reply the 'reply to' address should be automatically selected no matter which address was used for sending the email.
Comment 2 Matthew Leach 2010-05-13 23:41:20 UTC
SVN commit 1126399 by matthewl:

Added reply-to field to the messagecomposer. Also wrote unit tests for the reply-to field.
BUG: 237321


 M  +9 -0      skeletonmessagejob.cpp  
 M             tests/gnupg_home/random_seed  
 M  +17 -4     tests/skeletonmessagejobtest.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1126399
Comment 3 Sabine Faure 2010-05-14 16:58:58 UTC
It is corrected now.

The 'reply to' address is automatically used when clicking on 'Reply' button.

Trunk, Svn Rev 1126573