about summary refs log tree commit diff
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
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
-rw-r--r--modules/workstation/mail/msmtp/msmtprc.in2
-rw-r--r--modules/workstation/mail/mutt/muttrc3
2 files changed, 3 insertions, 2 deletions
diff --git a/modules/workstation/mail/msmtp/msmtprc.in b/modules/workstation/mail/msmtp/msmtprc.in
index e638a453bad7..ac5da47372f0 100644
--- a/modules/workstation/mail/msmtp/msmtprc.in
+++ b/modules/workstation/mail/msmtp/msmtprc.in
@@ -16,3 +16,5 @@ tls_starttls off
 from hi@alyssa.is
 user alyssa@fastmail.com
 passwordeval @gnupg@/bin/gpg --no-tty -q -d ~/state/msmtp/smtppass.gpg
+
+account default : personal
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