bndl.org -> shemshak.org
authorAmin Bandali <bandali@gnu.org>
Sun, 23 Jun 2019 17:55:30 +0000 (13:55 -0400)
committerAmin Bandali <bandali@gnu.org>
Sun, 23 Jun 2019 17:55:30 +0000 (13:55 -0400)
.config/isync/mbsyncrc
.config/msmtp/config
.emacs.d/init.el

index 96b3b28..ba696ca 100644 (file)
@@ -5,8 +5,8 @@ Expunge Both
 
 ######
 IMAPAccount amin
-Host mail.bndl.org
-User amin@bndl.org
+Host mail.shemshak.org
+User amin@shemshak.org
 PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin.gpg"
 SSLType IMAPS
 
@@ -16,7 +16,7 @@ Account amin
 IMAPAccount amin-dovecot
 Host 127.0.0.1
 Port 143
-User amin@bndl.local
+User amin@shemshak.local
 PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin-dovecot.gpg"
 SSLType None
 
index 2421753..3c0aaa0 100644 (file)
@@ -8,16 +8,18 @@ logfile ~/.msmtp.log
 
 # amin
 account amin
-host mail.bndl.org
+host mail.shemshak.org
 # use `msmtp -a amin --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint
-tls_fingerprint 2A:78:50:28:E5:7E:DB:E4:E8:98:F1:A9:45:4E:97:41:F9:D7:78:CC:9B:84:04:B6:6A:9B:E1:C6:20:EE:0D:8B
+tls_fingerprint 2F:48:C6:F4:BA:AB:3F:52:84:06:56:33:4B:29:57:84:0F:74:1B:DB:C1:83:25:03:67:05:9A:D4:2A:CE:D4:00
 tls_starttls on
-from amin@bndl.org
-user amin@bndl.org
+from amin@shemshak.org
+user amin@shemshak.org
 passwordeval gpg2 --no-tty -q -d ~/.passwd/amin.gpg
 
 account aminb : amin
 from amin@aminb.org
+account bndl : amin
+from amin@bndl.org
 
 # gnu
 account gnu
index 007cf6f..119d033 100644 (file)
@@ -74,7 +74,7 @@
 ;;; whoami
 
 (setq user-full-name "Amin Bandali"
-      user-mail-address "amin@bndl.org")
+      user-mail-address "amin@shemshak.org")
 
 \f
 ;;; comment macro
@@ -1633,7 +1633,7 @@ For disabling the behaviour for certain buffers and/or modes."
             (nnimap-address "127.0.0.1")
             (nnimap-server-port 143)
             (nnimap-authenticator plain)
-            (nnimap-user "amin@bndl.local"))
+            (nnimap-user "amin@shemshak.local"))
      (nnimap "gnu"
             (nnimap-stream plain)
             (nnimap-address "127.0.0.1")
@@ -1886,7 +1886,7 @@ https://bandali.eu.org")
 https://csclub.uwaterloo.ca/~abandali/")
   (setq gnus-posting-styles
         '((".*"
-           (address "amin@bndl.org")
+           (address "amin@shemshak.org")
            (body "\nBest,\n")
            (eval (setq a/message-cite-say-hi t)))
           ("nnimap\\+gnu:.*"
@@ -1974,7 +1974,7 @@ https://csclub.uwaterloo.ca/~abandali/")
         message-subscribed-address-functions
         '(gnus-find-subscribed-addresses)
         message-dont-reply-to-names
-        "\\(\\(amin@bndl\\.org\\)\\|\\(.*@\\(aminb\\|amin\\.bndl\\)\\.org\\)\\|\\(\\(bandali\\|aminb?\\|mab\\)@gnu\\.org\\)\\|\\(a\\(min\\.\\)?bandali@uwaterloo\\.ca\\)\\|\\(abandali@csclub\\.uwaterloo\\.ca\\)\\)")
+        "\\(\\(amin@\\(shemshak\\|bndl\\)\\.org\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(bandali\\|aminb?\\|mab\\)@gnu\\.org\\)\\|\\(a\\(min\\.\\)?bandali@uwaterloo\\.ca\\)\\|\\(abandali@csclub\\.uwaterloo\\.ca\\)\\)")
   (require 'company-ebdb)
   :hook (;; (message-setup . mml-secure-message-sign-pgpmime)
          (message-mode . flyspell-mode)
@@ -2142,7 +2142,7 @@ https://csclub.uwaterloo.ca/~abandali/")
   :after erc)
 
 (use-package znc
-  :straight (:host nil :repo "https://git.bndl.org/amin/znc.el")
+  :straight (:host nil :repo "https://git.shemshak.org/amin/znc.el")
   :bind (("C-c a e e" . znc-erc)
          ("C-c a e a" . znc-all))
   :config
@@ -2151,11 +2151,11 @@ https://csclub.uwaterloo.ca/~abandali/")
                 ((null auth) (error "Couldn't find znca's authinfo"))
                 (t (funcall (plist-get (car auth) :secret)))))))
     (setq znc-servers
-          `(("znc.bndl.org" 1337 t
+          `(("znc.shemshak.org" 1337 t
              ((freenode "amin/freenode" ,pwd)))
-            ("znc.bndl.org" 1337 t
+            ("znc.shemshak.org" 1337 t
              ((moznet "amin/moznet" ,pwd)))
-            ("znc.bndl.org" 1337 t
+            ("znc.shemshak.org" 1337 t
              ((oftc "amin/oftc" ,pwd)))))))
 
 \f