diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-09-26 13:22:57 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-09-26 13:22:57 +0300 |
commit | 03b2f9b30700848862f4920f76cd6113bdf8c3c1 (patch) | |
tree | cbf01352768c1e42f975a41ff16e642330bd1abc /dotfiles/.config/mutt | |
parent | 52a2aa5d4168f4f82ee62b778f4f57dc4d1a975b (diff) | |
download | swayrice-03b2f9b30700848862f4920f76cd6113bdf8c3c1.tar.gz swayrice-03b2f9b30700848862f4920f76cd6113bdf8c3c1.zip |
Minor changes
* Update bemenu's moronic monitor variable once more
* Neomutt shutdown hook to update waybar.
Diffstat (limited to 'dotfiles/.config/mutt')
-rw-r--r-- | dotfiles/.config/mutt/muttrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/.config/mutt/muttrc b/dotfiles/.config/mutt/muttrc index 016dc68..b7c6935 100644 --- a/dotfiles/.config/mutt/muttrc +++ b/dotfiles/.config/mutt/muttrc @@ -20,6 +20,7 @@ set forward_quote # include message in forwards set reverse_name # reply as whomever it was to set include # include message in replies set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example) +shutdown-hook 'echo `killall -43 waybar`' unignore x-spam-status auto_view text/html # automatically show html (mailcap uses lynx) auto_view application/pgp-encrypted |