diff options
author | Amin Bandali <amin@gnu.org> | 2018-08-17 13:19:25 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-08-17 13:19:25 -0400 |
commit | 835adbdb431cbd9dd5f081fca459cbe25f3c4dc2 (patch) | |
tree | 3366af601afb891daa70265ac2404d34e0aab9b5 | |
parent | 69c01f5359f3aa0d817d05c01b17af1908aa5787 (diff) | |
download | configs-835adbdb431cbd9dd5f081fca459cbe25f3c4dc2.tar.gz configs-835adbdb431cbd9dd5f081fca459cbe25f3c4dc2.tar.xz configs-835adbdb431cbd9dd5f081fca459cbe25f3c4dc2.zip |
[emacs,rc] update my gnu address
-rw-r--r-- | init.org | 1 | ||||
-rw-r--r-- | rc.org | 16 |
2 files changed, 11 insertions, 6 deletions
@@ -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") @@ -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) # |