summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-06 20:06:36 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-06 20:06:36 +0100
commit85dedd869bd883f97184f2de33c38911036bf30b (patch)
tree886039b4cf3c82a3d706a330ca435fa1b9cb9c15
parent08e3cc7659b76e86ab1c8c8ea6d5f91c0237e8d2 (diff)
Fix path for msmtp
-rw-r--r--muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/muttrc b/muttrc
index d8dbba1..f1bebaa 100644
--- a/muttrc
+++ b/muttrc
@@ -198,7 +198,7 @@ set postpone=ask-no # default to know when asking to postpone
set editor = "vim %s"
set from = "matt@matthewlemon.com"
-set sendmail = "/usr/bin/msmtp -a purelymail"
+set sendmail = "/usr/local/bin/msmtp -a purelymail"
set sendmail_wait = 0
set record = "+purelymail/Sent"
set recall=no # recall with Ctrl-r instead of asking all the time