]> granicus.if.org Git - mutt/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)
commit8328ce686c396626eb97f23aba74fccdabe8906c
tree7a463f8cd8cc5001c218185d2fafbc0eeb31c693
parent37c311e42d5d9667592b8e2bf35c5d8e36e19085
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