From 19e6b8d21143bba9ce9f76a3cbbfa3e8d71ed2a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ren=C3=A9=20Clerc?= Date: Fri, 19 Nov 2004 16:16:50 +0000 Subject: [PATCH] Document tag-prefix-cond. --- doc/manual.sgml.head | 7 +++++++ doc/manual.sgml.tail | 1 + 2 files changed, 8 insertions(+) diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index 9f58ec493..70a3b78c5 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -2061,6 +2061,13 @@ manner. If the variable is set, the next operation applies to the tagged messages automatically, without requiring the ``tag-prefix''. +In or commands, +you can use the ``tag-prefix-cond'' operator. If there are no tagged +messages, mutt will "eat" the rest of the macro to abort it's execution. +Mutt will stop "eating" the macro when it encounters the ``end-cond'' +operator; after this operator the rest of the macro will be executed as +normal. + Using Hooks