dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 69e80ff4e3625695b273f48874c19867a5745209
parent 51e7ee4d89f9e2354b5dbb62172a6559ad7331e2
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun, 28 Feb 2016 11:28:58 -0800

use signature for ucsd and geomail accounts only

Diffstat:
M.mutt/muttrc | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -17,6 +17,7 @@ folder-hook geomail 'set \ realname="Anders Damsgaard"\ record=+geomail/Sent\ postponed=+geomail/Drafts\ + signature=~/.signature\ sendmail = "msmtp -a geomail"' folder-hook ucsd 'set \ @@ -24,6 +25,7 @@ folder-hook ucsd 'set \ realname="Anders Damsgaard"\ record=+ucsd/Sent\ Items\ postponed=+ucsd/Drafts\ + signature=~/.signature\ sendmail = "msmtp -a ucsd"' folder-hook gmail 'set \ @@ -47,7 +49,6 @@ set certificate_file=~/.mutt/certificates set sort=threads set sort_aux = reverse-last-date-received -set signature=~/.signature set charset=utf-8 set config_charset=utf-8 set noallow_8bit