update gnu address
authorAmin Bandali <mab@gnu.org>
Wed, 22 Jan 2020 02:18:02 +0000 (21:18 -0500)
committerAmin Bandali <mab@gnu.org>
Wed, 22 Jan 2020 02:42:29 +0000 (21:42 -0500)
.config/getmail/getmailrc
.config/git/config
.config/git/mailmap
.config/msmtp/config
.emacs.d/init.el

index 5c1890b..8f14bea 100644 (file)
@@ -1,14 +1,14 @@
 [retriever]
 type = SimplePOP3SSLRetriever
 server = fencepost.gnu.org
-username = bandali
+username = mab
 password_command = ("gpg", "--no-tty", "-q", "-d", "/home/bandali/.passwd/gnu.gpg")
 port = 995
 use_apop = True
 
 [destination]
 type = Maildir
-path = ~/mail/gnu.local/bandali/mail/
+path = ~/mail/gnu.local/mab/mail/
 
 # [destination]
 # type = MDA_external
index ce89917..b519ef9 100644 (file)
@@ -1,6 +1,6 @@
 [user]
        name = Amin Bandali
-       email = bandali@gnu.org
+       email = mab@gnu.org
        signingkey = BE6273738E616D6D1B3A08E8A21A020248816103
 
 [commit]
index 2c03291..f58db53 100644 (file)
@@ -1,5 +1,5 @@
-<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>
+<mab@gnu.org> <bandali@gnu.org>
+<mab@gnu.org> <amin@gnu.org>
+<mab@gnu.org> <aminb@gnu.org>
+<mab@gnu.org> <amin@aminb.org>
+<mab@gnu.org> <me@aminb.org>
index cd2c364..fad37e0 100644 (file)
@@ -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
index 8f5c9ce..8b0df02 100644 (file)
@@ -1,6 +1,6 @@
-;;; init.el --- bandali's emacs configuration -*- lexical-binding: t -*-
+;;; init.el --- mab's emacs configuration -*- lexical-binding: t -*-
 
-;; Copyright (C) 2018-2020  Amin Bandali <bandali@gnu.org>
+;; Copyright (C) 2018-2019  Amin Bandali <mab@gnu.org>
 
 ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -82,7 +82,7 @@
 ;;; whoami
 
 (setq user-full-name "Amin Bandali"
-      user-mail-address "bandali@gnu.org")
+      user-mail-address "mab@gnu.org")
 
 \f
 ;;; comment macro
@@ -2129,7 +2129,7 @@ This function is intended for use with `ivy-ignore-buffers'."
              (nnimap-address "127.0.0.1")
              (nnimap-server-port 143)
              (nnimap-authenticator plain)
-             (nnimap-user "bandali@gnu.local")
+             (nnimap-user "mab@gnu.local")
              (nnimap-inbox "INBOX")
              (nnimap-split-methods 'nnimap-split-fancy)
              (nnimap-split-fancy (|
@@ -2420,7 +2420,7 @@ https://csclub.uwaterloo.ca/~abandali")
   (setq gnus-message-replysign t
         gnus-posting-styles
         '((".*"
-           (address "bandali@gnu.org"))
+           (address "mab@gnu.org"))
           ("nnimap\\+gnu:l\\..*"
            (signature nil))
           ((header "subject" "ThankCRM")
@@ -2529,7 +2529,7 @@ https://csclub.uwaterloo.ca/~abandali")
         message-subscribed-address-functions
         '(gnus-find-subscribed-addresses)
         message-dont-reply-to-names
-        "\\(\\(\\(amin\\|mab\\)@shemshak\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\)")
+        "\\(\\(\\(amin\\|mab\\)@shemshak\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(mab\\|bandali\\|aminb?\\)@gnu\\.org\\)\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\)")
   ;; (require 'company-ebdb)
   :hook (;; (message-setup . mml-secure-message-sign-pgpmime)
          (message-mode . flyspell-mode)