diff options
| author | Amin Bandali <mab@gnu.org> | 2020-01-21 21:18:02 -0500 | 
|---|---|---|
| committer | Amin Bandali <mab@gnu.org> | 2020-01-21 21:42:29 -0500 | 
| commit | 6283c91e671e97691583f312e10f23048c70e13e (patch) | |
| tree | 2d738351529ff4792faa7ce726e3426b73702426 /.config/msmtp/config | |
| parent | 5b740018e3c014ecfbfd7be839ef18ade5042226 (diff) | |
| download | configs-6283c91e671e97691583f312e10f23048c70e13e.tar.gz configs-6283c91e671e97691583f312e10f23048c70e13e.tar.xz configs-6283c91e671e97691583f312e10f23048c70e13e.zip  | |
update gnu address
Diffstat (limited to '')
| -rw-r--r-- | .config/msmtp/config | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/msmtp/config b/.config/msmtp/config index cd2c364..fad37e0 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -27,16 +27,16 @@ host fencepost.gnu.org  # use `msmtp -a gnu --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint  tls_fingerprint 12:86:E0:3E:30:F7:AD:9B:05:CA:59:C8:CD:F2:20:11:44:14:B7:F2:09:EE:10:42:E6:BF:CB:25:AE:2D:4D:0E  tls_starttls on -from bandali@gnu.org -user bandali +from mab@gnu.org +user mab  passwordeval gpg --no-tty -q -d ~/.passwd/gnu.gpg +account gnu-bandali : gnu +from bandali@gnu.org  account gnu-aminb : gnu  from aminb@gnu.org  account gnu-amin : gnu  from amin@gnu.org -account gnu-mab : gnu -from mab@gnu.org  account uwaterloo  host connect.uwaterloo.ca  | 
