summaryrefslogtreecommitdiffstats
path: root/keymap.h
diff options
context:
space:
mode:
authordgc <dgc.gitlab@bikeshed.us>2020-12-06 02:14:27 +0000
committerKevin J. McCarthy <kevin@8t8.us>2020-12-06 02:14:27 +0000
commitc92a06c0f645074f63fa22bbc3bb5948aeadf659 (patch)
tree39c4f075f17229ed226c1df757cbe51da2f5a827 /keymap.h
parent6fe98cf5da7a097d8d488cf7671dbcb8c090ff8c (diff)
abstract some List-* header processing
List-Post parsing is inline in the List-Post header handler. This moves it to some separate functions so that we can use it for other purposes.
Diffstat (limited to 'keymap.h')
-rw-r--r--keymap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keymap.h b/keymap.h
index cffafa6c..722542c4 100644
--- a/keymap.h
+++ b/keymap.h
@@ -59,6 +59,7 @@ enum
MENU_EDITOR,
MENU_FOLDER,
MENU_GENERIC,
+ MENU_LIST,
MENU_MAIN,
MENU_PAGER,
MENU_POST,