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 ca6343ececff13333138e321d3e4ca9c6078a918
parent edc8a1b7cc897afef857ddb26011fce647c9e188
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 24 Feb 2016 13:25:14 -0800

add sender information

Diffstat:
M.mutt/muttrc | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -12,16 +12,16 @@ set my_realname = "Anders Damsgaard" # NFIT credentials #set my_nfit_user = "ad\\adc" #set my_nfit_pass = `awk '/NFIT/ {print $2}' ~/.sec/.tmp` -#set my_nfit_email = "anders.damsgaard@geo.au.dk" +set my_nfit_email = "anders.damsgaard@geo.au.dk" # Riseup credentials #set my_riseup_user = "andersd" -#set my_riseup_email = "andersd@riseup.net" +set my_riseup_email = "andersd@riseup.net" #set my_riseup_pass = `awk '/Riseup/ {print $2}' ~/.sec/.tmp` # UCSD credentials #set my_riseup_user = "adamsgaard" -#set my_riseup_email = "adamsgaard@ucsd.edu" +set my_riseup_email = "adamsgaard@ucsd.edu" #set my_riseup_pass = `awk '/UCSD/ {print $2}' ~/.sec/.tmp` # Remove temporary password file @@ -39,15 +39,15 @@ set mbox_type=Maildir # Send mail settings folder-hook riseup 'set \ from=$my_riseup_email\ - sendmail = "/usr/bin/msmtp -a riseup"' + sendmail = "msmtp -a riseup"' folder-hook geomail 'set \ from=$my_nfit_email\ - sendmail = "/usr/bin/msmtp -a geomail"' + sendmail = "msmtp -a geomail"' folder-hook ucsd 'set \ from=$my_ucsd_email\ - sendmail = "/usr/bin/msmtp -a ucsd"' + sendmail = "msmtp -a ucsd"' # Cache files set header_cache=~/.mutt/cache/headers