> On 2021-09-02 06:54, Jon LaBadie wrote:
On Wed, Sep 01, 2021 at 08:04:29AM +0200, Fourhundred Thecat wrote:
On 2021-08-30 14:28, li...@ifohancroft.com wrote:
macro index,pager c "<change-folder>?<toggle-mailboxes>"
macro index q "<change-folder>?<toggle-mailboxes>"
bind browser q exit
You are defining macros in the index and pager.
Why the switch to bind instead of a macro for the browser?
when I use macro, instead of bind, then "quit" does exist.
macro browser q quit
but when I press "q" in browser, I get:
Macro loop detected.
Here is the whole relevant block from muttrc:
bind index,pager c browse-mailboxes
bind index q browse-mailboxes
bind pager q exit
macro browser q quit