summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorNicolas Rachinsky <nr@rachinsky.de>2003-07-04 17:07:22 +0000
committerNicolas Rachinsky <nr@rachinsky.de>2003-07-04 17:07:22 +0000
commitbbcf9f0a71ea7dbc835e1abff85fed1d44f3f24c (patch)
tree70e183054d559b0b51e5285425d4b7881975334a /OPS
parent6e9a7885b6de6d567c2b3b68421877dd731f81f3 (diff)
Introduce tag-prefix-cond and end-cond. This makes simple
conditional execution of parts of macros possible.
Diffstat (limited to 'OPS')
-rw-r--r--OPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/OPS b/OPS
index ddb2022d..f090fb2c 100644
--- a/OPS
+++ b/OPS
@@ -1,4 +1,5 @@
OP_NULL "null operation"
+OP_END_COND "end of conditional execution (noop)"
OP_ATTACH_VIEW_MAILCAP "force viewing of attachment using mailcap"
OP_ATTACH_VIEW_TEXT "view attachment as text"
OP_ATTACH_COLLAPSE "Toggle display of subparts"
@@ -156,6 +157,7 @@ OP_SORT "sort messages"
OP_SORT_REVERSE "sort messages in reverse order"
OP_TAG "tag the current entry"
OP_TAG_PREFIX "apply next function to tagged messages"
+OP_TAG_PREFIX_COND "apply next function ONLY to tagged messages"
OP_TAG_SUBTHREAD "tag the current subthread"
OP_TAG_THREAD "tag the current thread"
OP_TOGGLE_NEW "toggle a message's 'new' flag"