Bug 313108 - kmail2 filter protocol does not report an identifier of the message
Summary: kmail2 filter protocol does not report an identifier of the message
Status: RESOLVED FIXED
Alias: None
Product: kmail2
Classification: Applications
Component: commands and actions (show other bugs)
Version: 4.9.5
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-11 22:58 UTC by Thomas Arend
Modified: 2013-01-18 07:17 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.10


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Arend 2013-01-11 22:58:44 UTC
The filter protocol does not report a unique identifier to the message. When filtering a large amount of messages the filter protocol is useless because the log entries could not be related to a specific message.

I propose that the filter protocol should report first the message id of the parsed message as a reference to the message.
Comment 1 Laurent Montel 2013-01-18 07:17: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 :)