Version: Git (master) (using Devel) OS: Linux Because there are some issues related to In-Reply-To when opening an 'mailto:' URL in web browsers (e.g. Bug 141552) there should be an option in composer to input it manually. Reproducible: Always Steps to Reproduce: ... Expected Results: ...
This is fixed in KDE 4.10.
thanks for the feedback. resolving then
It has not been fixed because <Menu noMerge="1" name="view" > or any other menu does not contain a <Action name="show_inreplyto" /> or sth. similiar: http://quickgit.kde.org/?p=kdepim.git&a=blob&f=kmail/kmcomposerui.rc <Action name="show_reply_to" /> is meant to show the receiver to which email address should be responded.
<Menu noMerge="1" name="view" > <text>&View</text> <Action name="show_all_fields" /> <Separator/> <Action name="show_identity" /> <Action name="show_dictionary" /> <Action name="show_fcc" /> <Action name="show_transport" /> <Separator/> <Action name="show_from" /> <Action name="show_reply_to" /> So there is this entry no ?
(In reply to comment #4) > <Action name="show_reply_to" /> > > So there is this entry no ? No. There is no entry: see last line of comment #3 ... in_reply_to is the unique message id which is used to follow a thread ...
screenshot please. For me it works.
what is your kmail version ?
I don't need a screenshot for it. Current git master: http://quickgit.kde.org/?p=kdepim.git&a=blob&f=kmail/kmcomposewin.cpp: mEdtReplyTo = new MessageComposer::ComposerLineEdit( true, mHeadersArea ); mEdtReplyTo->setObjectName( "replyToLine" ); mEdtReplyTo->setRecentAddressConfig( MessageComposer::MessageComposerSettings::self()->config() ); mEdtReplyTo->setToolTip( i18n( "Set the \"Reply-To:\" email address for this message" ) ); I assume we are speaking about different things ... I want to specify a "In-Reply-To:" (note: 'In-' prefix) to tell which mail ID is predecessor of the mail I am writing and build up a new message in a thread this way - not to tell the recipient to which email address to answer (your assumption). If you open mail header you see it in sth. like: Message-ID: <bug-290886-118838-J2QOT9E3bX@http.bugs.kde.org/> In-Reply-To: <bug-290886-118838@http.bugs.kde.org/> If I am answerring to this mail: In-Reply-To = Message-ID Message-ID: <new_Message-ID> In-Reply-To: <bug-290886-118838-J2QOT9E3bX@http.bugs.kde.org/> If you can really input/change my requested 'In-Reply-To:' please provide a screenshot. I cannot find it on git master.
Ah "in-reply-to"! But who customize it ? it's an advanced feature no ? I didn't see a mailer which allows to customize it.
(In reply to comment #9) > Ah "in-reply-to"! > But who customize it ? I want to do it sometimes: Mailing list example: 1. Person A -> Person B, mailing list 2. Person B -> Person A 3. Person A -> Person B, mailing list (new thread starts on mailing list because 2. is not there) > it's an advanced feature no ? > I didn't see a mailer which allows to customize it.
For me it's an advanced feature for expert user. Will not implement it.