On Tue, Aug 25, 2015 at 11:33:32AM +0200, Joe wrote:
> On 25.08.15 02:19, Francesco Ariis wrote:
> >
> > macro browser q "<exit><quit>"
>
> This doesn't work for me...
> When I press "q" mutt says something like:
>
> "change to folder <quit> ?"
>
> And if I press "enter" it says obviously that <quit> mailbox doesn't
> exists... Anyway this macro doesn't quit mutt at all...
Mhhh, weird. To diagnose this, let's see where our mutt behaviour
differs:
The browser menu is the one where all mailboxes/folders are listed.
>From there:
- I type ":exec exit" and mutt returns to the last mailbox opened
- Then I type ":exec quit" and mutt quits
Does that work on your machine? I checked my .muttrc for related
stuff but the only relevant lines were
macro index q "<change-folder>?<toggle-mailboxes>" "open another folder"
macro browser q "<exit><quit>"