dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 623a7e608324e953f270cd7470b015bd5659a76a
parent 9105e53153cfc55eb439cb9213ee45c28331c575
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 28 Mar 2021 12:54:03 +0200

mutt: don't ask to press enter

Diffstat:
Mmutt/muttrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/mutt/muttrc b/mutt/muttrc @@ -1,6 +1,9 @@ # vim: filetype=neomuttrc foldmethod=marker source `{ [ -f ~/.config/dark-theme ] && printf "colors-dark"; } || printf "colors-light";` +# Don't ask to press key on shell commands +unset wait_key + set mbox_type = Maildir set mail_check=0 # minimum time between scans unset mark_old # it's enough to see whats unread