From: Kevin McCarthy Date: Tue, 10 Sep 2019 01:19:03 +0000 (-0700) Subject: Change browser to show full_path. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=773166e9ef0a2bc3eca93a8e16560fa4571673ad;p=mutt Change browser to show full_path. Prior to the introduction of display_name/full_path, it showed "name", which was the full IMAP URL but the shortname for folder/mailbox view. Now that the full_path is available, it makes sense to show that for all cases. --- diff --git a/browser.c b/browser.c index c75406ca..4e45013d 100644 --- a/browser.c +++ b/browser.c @@ -994,7 +994,7 @@ void _mutt_buffer_select_file (BUFFER *f, int flags, char ***files, int *numfile case OP_BROWSER_TELL: if (state.entrylen) - mutt_message("%s", state.entry[menu->current].display_name); + mutt_message("%s", state.entry[menu->current].full_path); break; #ifdef USE_IMAP