Re: [PATCH v2] Allow descending into maildir and mh directories in file browser

2019-01-31 Thread Moritz Barsnick
On Thu, Jan 31, 2019 at 12:21:19 -0600, miny...@acm.org wrote: > This change adds a function that forces mutt to > descend into the directory, and it binds it to ">" by default in > the file browser. [...] > --- [...] > Don't default the function. ">" was already in use. You need to adapt the co

[PATCH v2] Allow descending into maildir and mh directories in file browser

2019-01-31 Thread minyard
From: Corey Minyard Some (maybe most) IMAP mail systems allow folders to be nested inside folders, so you can have, say, an Inbox with more folders inside it. However, in the file browser, mutt will only open a maildir/mh directory as a mailbox, there is no way to get to the child mailboxes. Thi