summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorCorey Minyard <cminyard@mvista.com>2019-01-31 17:57:57 -0600
committerKevin McCarthy <kevin@8t8.us>2019-01-31 18:11:07 -0800
commitdad0eb255fddbef5f14772b85b32acf6f2ca7996 (patch)
treee618a6b819d98d87725228a82ec08d9375d0a0b5 /OPS
parentf0be14c20fc4c4101259b786fbcdbd25b7f20e9f (diff)
Allow descending into maildir and mh directories in file browser
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. This change adds a function <descend-directory> that forces mutt to descend into the directory. It is unbound by default. Signed-off-by: Corey Minyard <minyard@acm.org>
Diffstat (limited to 'OPS')
-rw-r--r--OPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/OPS b/OPS
index e9779874..5c28c536 100644
--- a/OPS
+++ b/OPS
@@ -186,3 +186,4 @@ OP_CHECK_STATS "calculate message statistics for all mailboxes"
OP_MAIN_SHOW_LIMIT "show currently active limit pattern"
OP_MAIN_COLLAPSE_THREAD "collapse/uncollapse current thread"
OP_MAIN_COLLAPSE_ALL "collapse/uncollapse all threads"
+OP_DESCEND_DIRECTORY "descend into a directdory"