| Summary: | kmail2 filter protocol does not report an identifier of the message | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | Thomas Arend <thomas> |
| Component: | commands and actions | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | montel |
| Priority: | NOR | ||
| Version First Reported In: | 4.9.5 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 4.10 | |
| Sentry Crash Report: | |||
|
Description
Thomas Arend
2013-01-11 22:58:44 UTC
Already fixed in 4.10
I added
"const QString logText( i18n( "<b>Begin filtering on message \"%1\" from \"%2\" at \"%3\" :</b>",
subject, from, date ) );"
=> we have subject/date/from
so it's enough I think :)
|