mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add note to manual clarifying push/exec and folder-hook order.

Folder-hooks are executed in the order declared. However, push/exec
commands will simply prepend to the keyboard buffer. If there are
multiple push/exec commands, each will prepend to the earlier one. The
result is that they will end up being "run" in reverse order once keyboard
buffer processing starts.

+10 -1
+10 -1
doc/manual.xml.head
··· 2453 2453 </para> 2454 2454 </note> 2455 2455 2456 + <note> 2457 + <para> 2458 + The keyboard buffer will not be processed until after all hooks 2459 + are run; multiple <link linkend="push">push</link> or <link 2460 + linkend="exec">exec</link> commands will end up being processed in 2461 + reverse order. 2462 + </para> 2463 + </note> 2464 + 2456 2465 <para> 2457 2466 The following example will set the <link linkend="sort">sort</link> 2458 2467 variable to <literal>date-sent</literal> for all folders but to ··· 3663 3672 </cmdsynopsis> 3664 3673 3665 3674 <para> 3666 - This command adds the named string to the keyboard buffer. The string 3675 + This command adds the named string to the beginning of the keyboard buffer. The string 3667 3676 may contain control characters, key names and function names like the 3668 3677 sequence string in the <link linkend="macro">macro</link> command. You 3669 3678 may use it to automatically run a sequence of commands at startup, or