From ea9a69baddb1f25b696b52e0a589df1b4c05eaa1 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Fri, 21 Mar 2014 08:42:13 +0100 Subject: [PATCH] No agent use anymore --- muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muttrc b/muttrc index 298c8f7..afa79be 100644 --- a/muttrc +++ b/muttrc @@ -3,7 +3,7 @@ set realname="Mart Lubbers" set from="mart@martlubbers.net" set use_from=yes set envelope_from=yes -set my_msmtp_pass=`gpg --use-agent -d ~/passwd.gpg | grep -i mail | awk '{print $3}'` +set my_msmtp_pass=`gpg -d ~/passwd.gpg | grep -i mail | awk '{print $3}'` set sendmail="/usr/local/bin/msmtp -C /home/mart/.mutt/msmtp --password=$my_msmtp_pass -f mart@martlubbers.net -a net" set my_hdr="X-PGP-Key: http://www.martlubbers.net/mart@martlubbers.net.asc" -- 2.20.1