about summary refs log tree commit diff
path: root/modules/workstation/mail
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-11-22 13:56:36 +0000
committerAlyssa Ross <hi@alyssa.is>2020-11-25 18:47:54 +0000
commit834ae454b7e1741306475076bd6e9b0680ae6d24 (patch)
treedf457959ffb7778d1b3f93915d1d9ac7c0b77f66 /modules/workstation/mail
parente51d0d41cd56dbea08dd7156acfaa7d44cee6fbd (diff)
downloadnixlib-834ae454b7e1741306475076bd6e9b0680ae6d24.tar
nixlib-834ae454b7e1741306475076bd6e9b0680ae6d24.tar.gz
nixlib-834ae454b7e1741306475076bd6e9b0680ae6d24.tar.bz2
nixlib-834ae454b7e1741306475076bd6e9b0680ae6d24.tar.lz
nixlib-834ae454b7e1741306475076bd6e9b0680ae6d24.tar.xz
nixlib-834ae454b7e1741306475076bd6e9b0680ae6d24.tar.zst
nixlib-834ae454b7e1741306475076bd6e9b0680ae6d24.zip
modules/muttrc: send mail with postfix
I don't use msmtp any more.
Diffstat (limited to 'modules/workstation/mail')
-rw-r--r--modules/workstation/mail/mutt/muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/workstation/mail/mutt/muttrc b/modules/workstation/mail/mutt/muttrc
index 8849400eb856..1f6f76d95acc 100644
--- a/modules/workstation/mail/mutt/muttrc
+++ b/modules/workstation/mail/mutt/muttrc
@@ -29,7 +29,7 @@ mailboxes `cd ~/mail; find . -name cur -print0 | sed -z -e 's|^\./||' -e 's|/cur
 set record = "=Sent"
 set trash = "=Archive"
 set postponed = "=Drafts"
-set sendmail = "msmtp"
+set sendmail = "sendmail"
 
 set pgp_use_gpg_agent = yes
 set crypt_autosign = yes