guix,getmail,emacs: update username and mail address
authorAmin Bandali <bandali@gnu.org>
Tue, 24 Mar 2020 03:13:31 +0000 (23:13 -0400)
committerAmin Bandali <bandali@gnu.org>
Tue, 24 Mar 2020 03:13:31 +0000 (23:13 -0400)
.config/getmail/getmailrc
.config/guix/system/chaman.scm
.emacs.d/init.el

index 9940f51..c570fdc 100644 (file)
@@ -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
index 6a60e11..7d9f13b 100644 (file)
@@ -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))
      (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")))))))
index 697cf1e..221a054 100644 (file)
@@ -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)