1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-02 00:25:10 -04:00

add Archive keyboard shortcut to MessageList, refs issue 3

This commit is contained in:
Thialfihar 2010-07-08 15:27:22 +00:00
parent 365d82407a
commit 190b597a45

View File

@ -740,6 +740,12 @@ public class MessageList
return true;
}
case KeyEvent.KEYCODE_V:
{
onArchive(message);
return true;
}
case KeyEvent.KEYCODE_Y:
{
onCopy(message);