diff options
author | 2019-07-19 11:37:40 -0400 | |
---|---|---|
committer | 2019-07-19 11:37:40 -0400 | |
commit | 4ed3a945254d0ad4dc646d6a1816bd92236ccc66 (patch) | |
tree | 62e1827c9858bc4f1f3c93e760c4c17384b62bdd /.config | |
parent | a88f7eced3808045ad32130a9a53c32fe56a14e1 (diff) | |
download | configs-4ed3a945254d0ad4dc646d6a1816bd92236ccc66.tar.gz configs-4ed3a945254d0ad4dc646d6a1816bd92236ccc66.tar.xz configs-4ed3a945254d0ad4dc646d6a1816bd92236ccc66.zip |
hold off on using mab as primary for now
Diffstat (limited to '.config')
-rw-r--r-- | .config/getmail/getmailrc | 2 | ||||
-rw-r--r-- | .config/git/config | 2 | ||||
-rw-r--r-- | .config/git/mailmap | 9 | ||||
-rw-r--r-- | .config/isync/mbsyncrc | 4 | ||||
-rw-r--r-- | .config/msmtp/config | 8 |
5 files changed, 13 insertions, 12 deletions
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 @@ -<mab@gnu.org> <bandali@gnu.org> -<mab@gnu.org> <aminb@gnu.org> -<mab@gnu.org> <amin@gnu.org> -<amin@aminb.org> <me@aminb.org> +<bandali@gnu.org> <mab@gnu.org> +<bandali@gnu.org> <amin@gnu.org> +<bandali@gnu.org> <aminb@gnu.org> +<bandali@gnu.org> <amin@aminb.org> +<bandali@gnu.org> <me@aminb.org> 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 |