Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 190b597a authored by Thialfihar's avatar Thialfihar
Browse files

add Archive keyboard shortcut to MessageList, refs issue 3

parent 365d8240
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -740,6 +740,12 @@ public class MessageList
                            return true;
                        }

                        case KeyEvent.KEYCODE_V:
                        {
                            onArchive(message);
                            return true;
                        }

                        case KeyEvent.KEYCODE_Y:
                        {
                            onCopy(message);