GNOME Bugzilla – Bug 777948
ACTION_ARCHIVE_MESSSAGE, ACTION_TRASH_MESSSAGE, and ACTION_DELETE_MESSSAGE actually operate on conversations
Last modified: 2017-02-23 04:00:22 UTC
Created attachment 344570 [details] [review] [PATCH] Rename archive/trash/delete actions to clearly be for conversations The constants ACTION_ARCHIVE_MESSSAGE, ACTION_TRASH_MESSSAGE, and ACTION_DELETE_MESSSAGE in geary-controller.vala are confusingly named. They sound like they operate on individual messages, but they actually operate on group messages, i.e. conversations. The variables should be renamed before adding archive, trash, and delete actions that operate on individual messages (bug 726100). The attached patch resolves the problem by replacing "MESSAGE" with "CONVERSATION" in these and other associated variables.
Review of attachment 344570 [details] [review]: Thanks for the patch Alex, it would be good to clean that up a bit. It looks good to me, Niels will it cause anything you're working any pain if this was landed?
It's ok to land this for me :-)
Ping
Just pushed to this as commit f38f0d1. Thanks for the patch (and the reminder)!
Thank you!