summaryrefslogtreecommitdiffstats
path: root/test5.hs
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-12-31 12:45:04 +0100
committertv <tv@shackspace.de>2014-12-31 12:45:04 +0100
commit51a9cbe24f0f18534109f35685c803422e3379b1 (patch)
tree1f80e4ad07fd3294244a9aafd65d5b646233e32e /test5.hs
parentae78e7c5cd538c6863d1f602af295e91e2e43d47 (diff)
"&" toggles "killed" tag
Diffstat (limited to 'test5.hs')
-rw-r--r--test5.hs1
1 files changed, 1 insertions, 0 deletions
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