summaryrefslogtreecommitdiffstats
path: root/OPS
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 /OPS
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 'OPS')
-rw-r--r--OPS7
1 files changed, 7 insertions, 0 deletions
diff --git a/OPS b/OPS
index 3ec554f6..dde4eb6f 100644
--- a/OPS
+++ b/OPS
@@ -112,7 +112,14 @@ OP_HALF_UP "scroll up 1/2 page"
OP_HELP "this screen"
OP_JUMP "jump to an index number"
OP_LAST_ENTRY "move to the last entry"
+OP_LIST_ACTION "perform mailing list action"
+OP_LIST_ARCHIVE "retrieve list archive information"
+OP_LIST_HELP "retrieve list help"
+OP_LIST_OWNER "contact list owner"
+OP_LIST_POST "post to mailing list"
OP_LIST_REPLY "reply to specified mailing list"
+OP_LIST_SUBSCRIBE "subscribe to mailing list"
+OP_LIST_UNSUBSCRIBE "unsubscribe from mailing list"
OP_MACRO "execute a macro"
OP_MAIL "compose a new mail message"
OP_MAIN_BREAK_THREAD "break the thread in two"