https://bugs.kde.org/show_bug.cgi?id=290886
--- Comment #8 from Johannes Obermayr <[email protected]> --- 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: <[email protected]/> In-Reply-To: <[email protected]/> If I am answerring to this mail: In-Reply-To = Message-ID Message-ID: <new_Message-ID> In-Reply-To: <[email protected]/> 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. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
