aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-04-15 18:11:10 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-04-15 18:11:39 +0300
commit0b065dc2c0cae46c4f6151483249a682db122eb6 (patch)
tree67fa978a3e43f0c8303e68e75dba004e9f41966a
parentc631da5772e2073b81449daa8420bd22d4552bc2 (diff)
downloadswayrice-0b065dc2c0cae46c4f6151483249a682db122eb6.tar.gz
swayrice-0b065dc2c0cae46c4f6151483249a682db122eb6.zip
neomutt: mail signature file path
-rw-r--r--dotfiles/.config/mutt/muttrc1
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)