From bbcf9f0a71ea7dbc835e1abff85fed1d44f3f24c Mon Sep 17 00:00:00 2001 From: Nicolas Rachinsky Date: Fri, 4 Jul 2003 17:07:22 +0000 Subject: Introduce tag-prefix-cond and end-cond. This makes simple conditional execution of parts of macros possible. --- OPS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OPS') 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" -- cgit v1.2.3