summaryrefslogtreecommitdiffstats
path: root/functions.h
diff options
context:
space:
mode:
authorDavid Champion <dgc@bikeshed.us>2017-01-28 18:47:15 -0800
committerDavid Champion <dgc@bikeshed.us>2017-01-28 18:47:15 -0800
commit8583edba96dc050315dba9bfa9dcad17996f2d9a (patch)
tree3fbd638ee46d8a23166615fe7728eaa6768e6d4f /functions.h
parent7989acf60ca1e6430571c63d11fa19d4d31372fc (diff)
Adds capability to edit x-labels inside mutt, and to sort by label.
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index b5033a84..25a1306f 100644
--- a/functions.h
+++ b/functions.h
@@ -99,6 +99,7 @@ const struct binding_t OpMain[] = { /* map: index */
{ "delete-thread", OP_DELETE_THREAD, "\004" },
{ "delete-subthread", OP_DELETE_SUBTHREAD, "\033d" },
{ "edit", OP_EDIT_MESSAGE, "e" },
+ { "edit-label", OP_EDIT_LABEL, "y" },
{ "edit-type", OP_EDIT_TYPE, "\005" },
{ "forward-message", OP_FORWARD_MESSAGE, "f" },
{ "flag-message", OP_FLAG_MESSAGE, "F" },
@@ -200,6 +201,7 @@ const struct binding_t OpPager[] = { /* map: pager */
{ "set-flag", OP_MAIN_SET_FLAG, "w" },
{ "clear-flag", OP_MAIN_CLEAR_FLAG, "W" },
{ "edit", OP_EDIT_MESSAGE, "e" },
+ { "edit-label", OP_EDIT_LABEL, "y" },
{ "edit-type", OP_EDIT_TYPE, "\005" },
{ "forward-message", OP_FORWARD_MESSAGE, "f" },
{ "flag-message", OP_FLAG_MESSAGE, "F" },