From: Brendan Cully Date: Sun, 4 Sep 2005 19:55:15 +0000 (+0000) Subject: Add a push example. Closes: #1591. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8285954fac2c8d824abfce680ec3628b5cbe794b;p=neomutt Add a push example. Closes: #1591. --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 6a6e78591..68fb35228 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -2547,7 +2547,12 @@ This command adds the named string to the keyboard buffer. The string may contain control characters, key names and function names like the sequence string in the macro command. You may use it to automatically run a sequence of commands at startup, or when entering -certain folders. +certain folders. For example, the following command will automatically +collapse all threads when entering a folder: + + +folder-hook . 'push <collapse-all>' +