[kmail2] [Bug 290886] kmail2/composer: Add field for 'In-Reply-To'

Johannes Obermayr johannesobermayr at gmx.de
Mon Feb 4 16:06:32 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=290886

--- Comment #8 from Johannes Obermayr <johannesobermayr at gmx.de> ---
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 at http.bugs.kde.org/>
In-Reply-To: <bug-290886-118838 at 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 at 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list