msmtprc: ignore stderr when getting password.

This commit is contained in:
Gabriel Ebner 2015-09-03 09:12:29 +02:00
parent eb99294a5c
commit 488fb9a232
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ host mail.gebner.org
#from gebner@gebner.org
auth on
user gebner
passwordeval "pass 2b7e.org/mail.gebner.org | head -n1"
passwordeval "pass 2b7e.org/mail.gebner.org 2>/dev/null | head -n1"
account default : gebner.org