diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-04-15 18:11:10 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-04-15 18:11:39 +0300 |
commit | 0b065dc2c0cae46c4f6151483249a682db122eb6 (patch) | |
tree | 67fa978a3e43f0c8303e68e75dba004e9f41966a /dotfiles/.config | |
parent | c631da5772e2073b81449daa8420bd22d4552bc2 (diff) | |
download | swayrice-0b065dc2c0cae46c4f6151483249a682db122eb6.tar.gz swayrice-0b065dc2c0cae46c4f6151483249a682db122eb6.zip |
neomutt: mail signature file path
Diffstat (limited to 'dotfiles/.config')
-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 b7c6935..63fac2b 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) +set signature = "~/.config/mutt/signature" shutdown-hook 'echo `killall -43 waybar`' unignore x-spam-status auto_view text/html # automatically show html (mailcap uses lynx) |