[emacs,rc] update my gnu address
authorAmin Bandali <amin@gnu.org>
Fri, 17 Aug 2018 17:19:25 +0000 (13:19 -0400)
committerAmin Bandali <amin@gnu.org>
Fri, 17 Aug 2018 17:19:25 +0000 (13:19 -0400)
init.org
rc.org

index 795f6fc..f3c7702 100644 (file)
--- a/init.org
+++ b/init.org
@@ -1262,6 +1262,7 @@ See [[notmuch:id:87muuqsvci.fsf@fencepost.gnu.org][bug follow-up]].
         notmuch-hello-thousands-separator ","
         notmuch-fcc-dirs
         '(("amin@aminb.org"            . "amin/Sent")
+          ("amin@gnu.org"              . "gnu/Sent")
           ("abandali@uwaterloo.ca"     . "\"uwaterloo/Sent Items\"")
           ("mab@gnu.org"               . "gnu/Sent")
           ("aminb@gnu.org"             . "gnu/Sent")
diff --git a/rc.org b/rc.org
index 84a5f0d..7451fa4 100644 (file)
--- a/rc.org
+++ b/rc.org
@@ -643,8 +643,8 @@ timeout = 0
 #+begin_src conf
 [user]
     name = Amin Bandali
-    email = mab@gnu.org
-    signingkey = 4E05246AB0BF7FFB
+    email = amin@gnu.org
+    signingkey = CDDE75F903538E71813CDA27D1FBA36627D65876
 #+end_src
 
 **** signing
@@ -1478,7 +1478,11 @@ from aminb@gnu.org
 user aminb
 passwordeval gpg2 --no-tty -q -d ~/.passwd/gnu.gpg
 
-# gnu (new address)
+# gnu (amin)
+account gnu-amin : gnu
+from amin@gnu.org
+
+# gnu (mab)
 account gnu-mab : gnu
 from mab@gnu.org
 
@@ -2113,7 +2117,7 @@ path=/home/amin/mail
 [user]
 name=Amin Bandali
 primary_email=amin@aminb.org
-other_email=abandali@uwaterloo.ca;mab@gnu.org;aminb@gnu.org;
+other_email=amin@gnu.org;abandali@uwaterloo.ca;mab@gnu.org;aminb@gnu.org;
 
 # Configuration for "notmuch new"
 #
@@ -2199,7 +2203,7 @@ sieve-filter -eW -o postmaster_address=postmaster@aminb.org \
 
 #+begin_src sh
 # apply sent tag to messages sent by me
-notmuch tag -new +sent -- from:amin@aminb.org or from:mab@gnu.org or from:aminb@gnu.org or from:abandali@uwaterloo.ca
+notmuch tag -new +sent -- from:amin@aminb.org or from:amin@gnu.org or from:mab@gnu.org or from:aminb@gnu.org or from:abandali@uwaterloo.ca
 
 # initial tagging
 notmuch tag -latest                     -- tag:latest
@@ -4735,7 +4739,7 @@ zhighlighters=(main brackets pattern)
 #
 
 # Load these ssh identities with the ssh module
-zssh_ids=(id_ed25519_mab)
+zssh_ids=(id_ed25519_amin)
 
 
 #