1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-26 01:28:50 -05: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; return true;
} }
case KeyEvent.KEYCODE_V:
{
onArchive(message);
return true;
}
case KeyEvent.KEYCODE_Y: case KeyEvent.KEYCODE_Y:
{ {
onCopy(message); onCopy(message);