summaryrefslogtreecommitdiffstats
path: root/test5.hs
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2014-12-31 12:54:11 +0100
committertv <tv@shackspace.de>2014-12-31 12:54:11 +0100
commit4b545f878a9e9c372a7749c16c2bd5a3245eae58 (patch)
treeeff97a0fddf5fbb5cca5c605f333e84c71d81050 /test5.hs
parent51a9cbe24f0f18534109f35685c803422e3379b1 (diff)
"*" toggles "star" 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 20d97fb..c6142c4 100644
--- a/test5.hs
+++ b/test5.hs
@@ -215,6 +215,7 @@ keymap :: String -> State -> IO State
keymap "a" = toggleTagAtCursor "inbox"
keymap "s" = toggleTagAtCursor "unread"
keymap "&" = toggleTagAtCursor "killed"
+keymap "*" = toggleTagAtCursor "star"
keymap "r" = replyToAll
keymap "e" = viewSource
keymap "t" = editTags