From 4ed3a945254d0ad4dc646d6a1816bd92236ccc66 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 19 Jul 2019 11:37:40 -0400 Subject: hold off on using mab as primary for now --- .config/getmail/getmailrc | 2 +- .config/git/config | 2 +- .config/git/mailmap | 9 +++++---- .config/isync/mbsyncrc | 4 ++-- .config/msmtp/config | 8 ++++---- 5 files changed, 13 insertions(+), 12 deletions(-) (limited to '.config') diff --git a/.config/getmail/getmailrc b/.config/getmail/getmailrc index 4bb3cd4..e89702a 100644 --- a/.config/getmail/getmailrc +++ b/.config/getmail/getmailrc @@ -2,7 +2,7 @@ type = SimplePOP3SSLRetriever server = fencepost.gnu.org username = bandali -password_command = ("gpg", "--no-tty", "-q", "-d", "/home/mab/.passwd/gnu.gpg") +password_command = ("gpg", "--no-tty", "-q", "-d", "/home/amin/.passwd/gnu.gpg") port = 995 use_apop = True diff --git a/.config/git/config b/.config/git/config index bf797ab..9b9c776 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,6 @@ [user] name = Amin Bandali - email = mab@gnu.org + email = bandali@gnu.org signingkey = BE6273738E616D6D1B3A08E8A21A020248816103 [commit] diff --git a/.config/git/mailmap b/.config/git/mailmap index 24bc10c..2c03291 100644 --- a/.config/git/mailmap +++ b/.config/git/mailmap @@ -1,4 +1,5 @@ - - - - + + + + + diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc index fe6815c..5b9f8d1 100644 --- a/.config/isync/mbsyncrc +++ b/.config/isync/mbsyncrc @@ -6,7 +6,7 @@ Expunge Both ###### IMAPAccount shemshak Host mail.shemshak.org -User mab@shemshak.org +User amin@shemshak.org PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/shemshak.gpg" SSLType IMAPS @@ -16,7 +16,7 @@ Account shemshak IMAPAccount shemshak-local Host 127.0.0.1 Port 143 -User mab@shemshak.local +User amin@shemshak.local PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/shemshak-local.gpg" SSLType None diff --git a/.config/msmtp/config b/.config/msmtp/config index a863c09..bd508ee 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -11,16 +11,16 @@ host mail.shemshak.org # use `msmtp -a amin --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint tls_fingerprint 2F:48:C6:F4:BA:AB:3F:52:84:06:56:33:4B:29:57:84:0F:74:1B:DB:C1:83:25:03:67:05:9A:D4:2A:CE:D4:00 tls_starttls on -from mab@shemshak.org -user mab@shemshak.org +from amin@shemshak.org +user amin@shemshak.org passwordeval gpg2 --no-tty -q -d ~/.passwd/shemshak.gpg account aminb : shemshak from amin@aminb.org account bndl : shemshak from amin@bndl.org -account amin : shemshak -from amin@shemshak.org +account mab : shemshak +from mab@shemshak.org account gnu host fencepost.gnu.org -- cgit v1.2.3-60-g2f50