msmtp: Clean up gpg command invocation
This commit is contained in:
parent
538f698602
commit
75bc7b47d6
1 changed files with 3 additions and 3 deletions
|
@ -11,19 +11,19 @@ account fastmail
|
|||
host smtp.fastmail.com
|
||||
from sanchayan@sanchayanmaity.net
|
||||
user maitysanchayan@fastmail.com
|
||||
passwordeval "gpg2 --use-agent --batch --quiet --no-greeting --no-tty --for-your-eyes-only --homedir /home/core/.gnupg --decrypt ~/.fastmail.gpg"
|
||||
passwordeval "gpg2 --use-agent --batch --quiet --no-greeting --no-tty --for-your-eyes-only --decrypt ~/.fastmail.gpg"
|
||||
|
||||
account Sanchayan
|
||||
host smtp.gmail.com
|
||||
from maitysanchayan@gmail.com
|
||||
user maitysanchayan@gmail.com
|
||||
passwordeval "gpg2 --use-agent --batch --quiet --no-greeting --no-tty --for-your-eyes-only --homedir /home/core/.gnupg --decrypt ~/.sanchayan.gpg"
|
||||
passwordeval "gpg2 --use-agent --batch --quiet --no-greeting --no-tty --for-your-eyes-only --decrypt ~/.sanchayan.gpg"
|
||||
|
||||
account asymptotic
|
||||
host smtp.gmail.com
|
||||
from sanchayan@asymptotic.io
|
||||
user sanchayan@asymptotic.io
|
||||
passwordeval "gpg2 --use-agent --batch --quiet --no-greeting --no-tty --for-your-eyes-only --homedir /home/core/.gnupg --decrypt ~/.asymptotic.gpg"
|
||||
passwordeval "gpg2 --use-agent --batch --quiet --no-greeting --no-tty --for-your-eyes-only --decrypt ~/.asymptotic.gpg"
|
||||
|
||||
# Set a default account
|
||||
account default : fastmail
|
||||
|
|
Loading…
Reference in a new issue