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

2019-01-31 Thread Kevin J. McCarthy
I've pushed this up with one minor change: On Thu, Jan 31, 2019 at 05:57:57PM -0600, miny...@acm.org wrote: --- a/functions.h +++ b/functions.h + { "descend-mailbox", OP_DESCEND_DIRECTORY, NULL }, Everywhere else in the patch, this was referred to as "descend-directory", so I changed

[PATCH v3] 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