From 0a929da704e326009d8fb6cb70b07ea899442e7a Mon Sep 17 00:00:00 2001
From: Amin Bandali <bandali@gnu.org>
Date: Mon, 23 Mar 2020 23:13:31 -0400
Subject: guix,getmail,emacs: update username and mail address

---
 .config/getmail/getmailrc      |  2 +-
 .config/guix/system/chaman.scm | 10 +++++-----
 .emacs.d/init.el               |  4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.config/getmail/getmailrc b/.config/getmail/getmailrc
index 9940f51..c570fdc 100644
--- a/.config/getmail/getmailrc
+++ b/.config/getmail/getmailrc
@@ -8,7 +8,7 @@ use_apop = True
 
 [destination]
 type = Maildir
-path = ~/mail/gnu.local/mab/mail/
+path = ~/mail/gnu.local/bandali/mail/
 
 # [destination]
 # type = MDA_external
diff --git a/.config/guix/system/chaman.scm b/.config/guix/system/chaman.scm
index 6a60e11..7d9f13b 100644
--- a/.config/guix/system/chaman.scm
+++ b/.config/guix/system/chaman.scm
@@ -40,9 +40,9 @@
          %base-file-systems))
  (users
   (cons* (user-account
-          (name "mab")
+          (name "bandali")
           (group "users")
-          (home-directory "/home/mab")
+          (home-directory "/home/bandali")
           (supplementary-groups
            '("wheel" "netdev" "audio" "video")))
          %base-user-accounts))
@@ -66,11 +66,11 @@
      (listen '("127.0.0.1"))
      (disable-plaintext-auth? #f)
      (auth-mechanisms '("plain"))
-     (postmaster-address "mab@gnu.local")
-     (mail-location "maildir:/home/mab/mail/%d/%n/mail")
+     (postmaster-address "bandali@gnu.local")
+     (mail-location "maildir:/home/bandali/mail/%d/%n/mail")
      (userdbs (list (userdb-configuration
                      (driver "static")
-                     (args (list "uid=mab" "gid=users" "home=/home/mab/mail/%d/%n")))))
+                     (args (list "uid=bandali" "gid=users" "home=/home/bandali/mail/%d/%n")))))
      (passdbs (list (passdb-configuration
                      (driver "passwd-file")
                      (args (list "/data/dovecot-passwd")))))))
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 697cf1e..221a054 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2161,7 +2161,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 "mab@gnu.local")
+             (nnimap-user "bandali@gnu.local")
              (nnimap-inbox "INBOX")
              (nnimap-split-methods 'nnimap-split-fancy)
              (nnimap-split-fancy (|
@@ -2564,7 +2564,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@shemshak\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|mab\\|aminb?\\)@gnu\\.org\\)\\|\\(a?bandali@\\(csclub\\.\\)?uwaterloo\\.ca\\)\\)")
   ;; (require 'company-ebdb)
   :hook (;; (message-setup . mml-secure-message-sign-pgpmime)
          (message-mode . flyspell-mode)
-- 
cgit v1.2.3-60-g2f50