why this warning
This commit is contained in:
parent
548a0f2f4e
commit
4a91d58629
2 changed files with 4 additions and 4 deletions
4
msmtprc
4
msmtprc
|
@ -12,7 +12,7 @@ host smtp.gmail.com
|
|||
port 587
|
||||
from felix.vanderjeugt@gmail.com
|
||||
user felix.vanderjeugt
|
||||
passwordeval "gpg2 -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/gmail=//p'"
|
||||
passwordeval "gpg2 -q --no-secmem-warning --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/gmail=//p'"
|
||||
|
||||
# UGent
|
||||
account ugent
|
||||
|
@ -20,7 +20,7 @@ host smtp.ugent.be
|
|||
port 587
|
||||
from felix.vanderjeugt@ugent.be
|
||||
user felix.vanderjeugt@ugent.be
|
||||
passwordeval "gpg2 -q --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/ugent=//p'"
|
||||
passwordeval "gpg2 -q --no-secmem-warning --for-your-eyes-only --no-tty -d ~/.config/passwords.gpg | sed -n 's/ugent=//p'"
|
||||
|
||||
# Set a default account
|
||||
account default : gmail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue