]> granicus.if.org Git - neomutt/commit
Add shortcuts for IMAP and POP mailboxes in the file browser
authorDmitri Vereshchagin <dmitri.vereshchagin@gmail.com>
Sun, 12 Mar 2017 17:54:58 +0000 (10:54 -0700)
committerDmitri Vereshchagin <dmitri.vereshchagin@gmail.com>
Sun, 12 Mar 2017 17:54:58 +0000 (10:54 -0700)
commit4f8432319ecbb4869ec141e7f02e3150aedd5790
tree7a463f8cd8cc5001c218185d2fafbc0eeb31c693
parent80cf9732c5bfc946c1ba4729c25888426d2850e9
Add shortcuts for IMAP and POP mailboxes in the file browser

Mailbox list may not be properly displayed in a standard 80-column
terminal window if the $folder variable contains a long URL.  In such
a case only left part of each entry name can be visible with the default
value of $folder_format.  What's worse, this visible part may not be
enough to distinguish between the entries.

Thus in this case mutt_pretty_mailbox() will be just as useful as for
local mailboxes.
browser.c