]> granicus.if.org Git - neomutt/commitdiff
Add a push example. Closes: #1591.
authorBrendan Cully <brendan@kublai.com>
Sun, 4 Sep 2005 19:55:15 +0000 (19:55 +0000)
committerBrendan Cully <brendan@kublai.com>
Sun, 4 Sep 2005 19:55:15 +0000 (19:55 +0000)
doc/manual.xml.head

index 6a6e785913db7d0e16cb8022a3f8c3da0fb9ce0c..68fb35228b818e43cd8fc306782fd9886f2f7bf5 100644 (file)
@@ -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 <link linkend="macro">macro</link> 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:
+
+<screen>
+folder-hook . 'push &lt;collapse-all&gt;'
+</screen>
 </para>
 
 </sect2>