From 51a9cbe24f0f18534109f35685c803422e3379b1 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 31 Dec 2014 12:45:04 +0100 Subject: "&" toggles "killed" tag --- test5.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'test5.hs') diff --git a/test5.hs b/test5.hs index 470e780..20d97fb 100644 --- a/test5.hs +++ b/test5.hs @@ -214,6 +214,7 @@ keymap :: String -> State -> IO State keymap "a" = toggleTagAtCursor "inbox" keymap "s" = toggleTagAtCursor "unread" +keymap "&" = toggleTagAtCursor "killed" keymap "r" = replyToAll keymap "e" = viewSource keymap "t" = editTags -- cgit v1.2.3