From 7189693307167b4fdce616100b945d367e71b6c5 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Mon, 21 Jun 2021 16:35:52 -0400 Subject: [PATCH] Attempt to disable things that are annoying --- dot_muttrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dot_muttrc b/dot_muttrc index 69c1b91..63f7197 100644 --- a/dot_muttrc +++ b/dot_muttrc @@ -39,6 +39,11 @@ set delete=yes set new_mail_command="notify-send -t 2000 --icon='/home/kellya/images/mutt-1.png' -a mutt -c mail \ 'New Emails' '%n new messages' &" +#Remove annoying things +set markers=no +set smart_wrap=no +set beep=no + # Run a script to cat anything that has .rc as the extension to auto source things source ~/.mutt/sources.sh| @@ -46,3 +51,4 @@ source ~/.mutt/sources.sh| set query_command="khard email -p '%s'" bind editor complete-query set editor="nvim -S ~/.mutt/vimrc" +