diff options
Diffstat (limited to '.mutt')
-rw-r--r-- | .mutt/muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc index 5f65235..83c895b 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -18,6 +18,9 @@ set reverse_name set include=yes set forward_quote=yes +set move=no # Don't move read mail to archive +set use_from=yes + auto_view text/html macro index 'c' '<change-folder>?<change-dir><home>^K=<enter>' @@ -36,6 +39,3 @@ folder-hook work 'source ~/.mutt/accounts/work' source ~/.mutt/accounts/personal source ~/.mutt/display - -# Don't move read mail to archive -set move=no |