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 cf3207d2b9177d346a63618fa738626c4e2e23e8
parent 2e0a0d88d8079ce3f5c3d80289edad90b4df0fac
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun, 28 Feb 2016 10:38:12 -0800

remove old commented parts, fix drafts folder-hook

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

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -1,41 +1,7 @@ -set my_realname = "Anders Damsgaard" - -# Use GPG signature to decode pass file -# Password file (e.g. pass.txt) should be in the form: -# NFIT password -# Gmail password -# UCSD password -# Encrypt it using `gpg -o ~/.sec/pass.gpg -e pass.txt`. -# Delete the plaintext pass.txt afterwards, e.g. `shred pass.txt && rm pass.txt`. -#set my_tmp_secret = `gpg -o ~/.sec/.tmp -d ~/.sec/pass.gpg` - -# 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" - -# Riseup credentials -#set my_riseup_user = "andersd" -#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_pass = `awk '/UCSD/ {print $2}' ~/.sec/.tmp` - -# Gmail credentials -#set my_gmail_email = "andersdc@gmail.com" - -# Remove temporary password file -#set my_del=`rm -f ~/.sec/.tmp` - # IMAP: offlineimap set folder = "~/Mail" -source ~/.mutt/mailboxes +source ~/.mutt/mailboxes # mailboxes generated by offlineimap set spoolfile = "+riseup/INBOX" -set record = "+riseup/Sent\ Items" -set postponed = "+riseup/Drafts" set mbox_type=Maildir # Send mail settings @@ -43,24 +9,28 @@ folder-hook riseup 'set \ from="Anders Damsgaard <andersd@riseup.net> "\ realname="Anders Damsgaard"\ record=+riseup/Sent\ + postponed=+riseup/Drafts\ sendmail = "msmtp -a riseup"' folder-hook geomail 'set \ from="Anders Damsgaard <anders.damsgaard@geo.au.dk> "\ realname="Anders Damsgaard"\ record=+geomail/Sent\ + postponed=+geomail/Drafts\ sendmail = "msmtp -a geomail"' folder-hook ucsd 'set \ from="Anders Damsgaard <adamsgaard@ucsd.edu> "\ realname="Anders Damsgaard"\ record=+ucsd/Sent\ Items\ + postponed=+ucsd/Drafts\ sendmail = "msmtp -a ucsd"' folder-hook gmail 'set \ from="Anders Damsgaard <andersdc@gmail.com> "\ realname="Anders Damsgaard"\ - record=+gmail/Sent\ Mail\ + record=+gmail/[Gmail].Sent\ Mail\ + postponed=+gmail/[Gmail].Drafts\ sendmail = "msmtp -a gmail"' # Cache files