From 7067ed9ad2207e97142d13ac4e1d1274856d2af3 Mon Sep 17 00:00:00 2001 From: pks Date: Sat, 31 Dec 2022 10:52:03 +0100 Subject: mutt: msmtp omit path --- mutt/.mutt/primary.rc | 2 +- mutt/.mutt/secondary.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mutt') diff --git a/mutt/.mutt/primary.rc b/mutt/.mutt/primary.rc index 58862dc..313bfda 100644 --- a/mutt/.mutt/primary.rc +++ b/mutt/.mutt/primary.rc @@ -5,7 +5,7 @@ color indicator color231 blue set realname = "Patrick Simianer" set from = "p@simianer.de" -set sendmail = "/usr/bin/msmtp -a primary" +set sendmail = "msmtp -a primary" set record = "+primary/Archive" set postponed = "+primary/Drafts" set spoolfile = "+primary/Inbox" diff --git a/mutt/.mutt/secondary.rc b/mutt/.mutt/secondary.rc index ddb1279..37acca8 100644 --- a/mutt/.mutt/secondary.rc +++ b/mutt/.mutt/secondary.rc @@ -5,7 +5,7 @@ color indicator color231 red set realname = "" set from = "" -set sendmail = "/usr/bin/msmtp -a secondary" +set sendmail = "msmtp -a secondary" set record = "+secondary/Archive" set postponed = "+secondary/drafts" set spoolfile = "+secondary/inbox" -- cgit v1.2.3