enable Flag, (Not) Junk, and Archive shortcuts in message list
commit8eadc4ce0ca13c710bc598bee0022e8483e8064b
authorErik Quaeghebeur <trojita@equaeghe.nospammail.net>
Sat, 27 Jan 2018 22:35:32 +0000 (27 23:35 +0100)
committerErik Quaeghebeur <trojita@equaeghe.nospammail.net>
Sat, 27 Jan 2018 22:35:32 +0000 (27 23:35 +0100)
tree00003734680396cf4e6c20fd32ca6bb3db947456
parentbea4a1d5af8cc5dd77e4524a171dba235231d6c6
enable Flag, (Not) Junk, and Archive shortcuts in message list

The actions for Flagging, Marking as (Not) Junk, and Archiving were
not added to msgListWidget->tree. So if the toolbar was not present
or the context menu not open, the corresponding shortcuts would
not work. (Instead the message list â€˜cursor’ would move to the next
message whose subject starts with the shortcut letter.)

The actions have now been added, as was already the case for
Delete, Read, etc.

Change-Id: Iaf10bddf49bc309d641a27299f96f36a514c620f
src/Gui/Window.cpp