diff options
Diffstat (limited to '.config/mutt/muttrc')
-rw-r--r-- | .config/mutt/muttrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index d0d1a1b..6b60754 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -16,6 +16,7 @@ bind index,pager B sidebar-toggle-visible set editor="$EDITOR '+set ft=mail'" set mailcap_path = "$my_mutt_folder/mailcap" # Mailcap file is used to tell mutt how to open different types of file set pager_index_lines = 10 +set implicit_auto_view = yes set use_from = yes set pager_context = 3 # show 3 lines of context set menu_context = 5 # start scrolling 5 items before the end @@ -45,7 +46,7 @@ set reply_regexp = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?) set quote_regexp = "^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+" set send_charset = "utf-8:iso-8859-1:us-ascii" # send in utf-8 set assumed_charset = "iso-8859-1" # if there is no character set given on incoming messages, it is probably windows -set sidebar_width = 12 +# set sidebar_width = 12 set sidebar_format = "%B%?F? [%F]?%* %?N?%N/?%S" set sidebar_visible set sidebar_short_path |