diff --git a/.config/mutt/common b/.config/mutt/common index 4c0b901..655e42c 100644 --- a/.config/mutt/common +++ b/.config/mutt/common @@ -4,7 +4,8 @@ set ssl_starttls=yes # always use SSL when connecting to a server set ssl_force_tls=yes -unset imap_passive +unset imap_passive +unset confirmappend set imap_check_subscribed set mail_check=60 set timeout=10 @@ -15,6 +16,9 @@ set query_command="mcds '%s' # https://github.com/t-brown/mcds set record = "=Sent" set postponed = "=Drafts" +folder-hook . set trash = "=Trash" +folder-hook Trash$ unset trash + set realname="Morgan McMillian" set use_from=yes set envelope_from=yes