Summary: | kmail ignores In-Reply-To headers provided in mailto links | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Dennis Schridde <heri+kde> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | montel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.11 | |
Sentry Crash Report: |
Description
Dennis Schridde
2012-01-18 13:10:32 UTC
Could you forward me this email please ? I see on html page but it will better to have real email. Thanks. You mean the email I am trying to reply to? The whole point is that I do not have it, otherwise I could reply normally. The HTML page contains a <a href="mailto:..." /> and I would expect the headers provided in that link to be passed to KMail and included in the resulting email. However this does not happen, hence the bugreport. Ok you want that we parse this mailto... oki will look at. (In reply to comment #3) > Ok you want that we parse this mailto... oki will look at. Thanks! The Subject header is being respected already - maybe it is enough to add some code to accept other headers, too. This is weird KMKernel::action() is calling KMKernel::openComposer() with correctly filled parameters but... openComposer does not take as many parameters as action() is calling it with. messageFile, attachURLs and customHeaders are missing. My bad, missed the correct overload I fixed it in 4.11 And custom headers work fine too now |