diff options
author | Luca Matei Pintilie <luca@lucamatei.com> | 2024-02-02 22:00:59 +0000 |
---|---|---|
committer | Luca Matei Pintilie <luca@lucamatei.com> | 2024-02-02 22:00:59 +0000 |
commit | c10fa602f7c30e03c0bacb9c5cf116d808e86f6d (patch) | |
tree | 9bdd2ecaa1af3a33b616ab7cdcdd79b133ea52cb /.config/mutt/muttrc | |
parent | aa0f8329497fea4d96be4e6740b4b70a8c212daa (diff) | |
download | dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.gz dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.bz2 dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.lz dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.xz dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.tar.zst dotfiles-c10fa602f7c30e03c0bacb9c5cf116d808e86f6d.zip |
Various updates to many dotfiles
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 |