about summary refs log tree commit diff
path: root/modules/workstation/mail/mutt
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2019-03-15 21:18:53 +0000
committerAlyssa Ross <hi@alyssa.is>2019-03-15 21:18:53 +0000
commitd8455e1939267fca4ca19416de0361075c796040 (patch)
tree8ef1da1566cfd29f54a15b9382b8a69476d8d44c /modules/workstation/mail/mutt
parentcbef0b1cea234426423507244b2a9f3902c90366 (diff)
downloadnixlib-d8455e1939267fca4ca19416de0361075c796040.tar
nixlib-d8455e1939267fca4ca19416de0361075c796040.tar.gz
nixlib-d8455e1939267fca4ca19416de0361075c796040.tar.bz2
nixlib-d8455e1939267fca4ca19416de0361075c796040.tar.lz
nixlib-d8455e1939267fca4ca19416de0361075c796040.tar.xz
nixlib-d8455e1939267fca4ca19416de0361075c796040.tar.zst
nixlib-d8455e1939267fca4ca19416de0361075c796040.zip
modules/mail: set default msmtp account
Diffstat (limited to 'modules/workstation/mail/mutt')
-rw-r--r--modules/workstation/mail/mutt/muttrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/workstation/mail/mutt/muttrc b/modules/workstation/mail/mutt/muttrc
index 97c4e99b3034..8fc0c3d4da52 100644
--- a/modules/workstation/mail/mutt/muttrc
+++ b/modules/workstation/mail/mutt/muttrc
@@ -17,14 +17,13 @@ unset prompt_after
 
 set spoolfile = +INBOX
 
-# set sendmail = "msmtp -a work"
 # set record = "=[Gmail]/Sent Mail"
 # set postponed = "=[Gmail]/Drafts"
 mailboxes =INBOX =Flats =Indirect =Roles =Services =Lists =Lists/GitHub =Lists/rust-users =Lists/libtool =Lists/Bugzilla =Lists/hacklab-members =Lists/edinburgh-ath =Drafts =Sent =Archive =Archive/Receipts =Trash =Spam
 set record = "=Sent"
 set trash = "=Archive"
 set postponed = "=Drafts"
-set sendmail = "msmtp -a personal"
+set sendmail = "msmtp"
 
 set pgp_use_gpg_agent = yes
 set crypt_autosign = yes