Bug 237321 - 'Reply to' functionality not implemented
Summary: 'Reply to' functionality not implemented
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-12 01:24 UTC by Sabine Faure
Modified: 2019-09-21 14:40 UTC (History)
1 user (show)

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 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