Bug 313108

Summary: kmail2 filter protocol does not report an identifier of the message
Product: [Applications] kmail2 Reporter: Thomas Arend <thomas>
Component: commands and actionsAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: wishlist CC: montel
Priority: NOR    
Version: 4.9.5   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 4.10

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 :)