summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-11 17:14:50 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-11 17:14:50 -0500
commit2c0f788483a6cda4e817a7217c7474c34c585f4f (patch)
treed230b4c0fdd2cbcddbc816c603109062804f79a5 /init.org
parent12f3e4b8d79650fed11279051e0ec951fc500c02 (diff)
downloadconfigs-2c0f788483a6cda4e817a7217c7474c34c585f4f.tar.gz
configs-2c0f788483a6cda4e817a7217c7474c34c585f4f.tar.xz
configs-2c0f788483a6cda4e817a7217c7474c34c585f4f.zip
[emacs] update email
Diffstat (limited to 'init.org')
-rw-r--r--init.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.org b/init.org
index 1c69169..7083e9b 100644
--- a/init.org
+++ b/init.org
@@ -191,7 +191,7 @@ but for now I've decided to keep them enabled. See documentation for
#+begin_src emacs-lisp
(setq user-full-name "Amin Bandali"
- user-mail-address "amin@bandali.me")
+ user-mail-address "amin@aminb.org")
#+end_src
** Package management
@@ -2248,7 +2248,7 @@ For when I /have to/ use GH.
:config
(setq gnus-posting-styles
'((".*"
- (address "amin@bandali.me")
+ (address "amin@aminb.org")
(body "\nBest,\namin\n")
(signature-file "~/.signature-amin")
(eval (setq amin--message-cite-say-hi t)))
@@ -2315,7 +2315,7 @@ For when I /have to/ use GH.
message-send-mail-function 'message-send-mail-with-sendmail
message-sendmail-envelope-from 'header
message-dont-reply-to-names
- "\\(\\(amin@bandali\\.me\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(aminb?\\|mab\\|bandali\\)@gnu\\.org\\)\\|\\(\\(m\\|a\\(min\\.\\)?\\)bandali@uwaterloo\\.ca\\)\\)"
+ "\\(\\(.*@aminb\\.org\\)\\|\\(amin@bandali\\.me\\)\\|\\(\\(aminb?\\|mab\\|bandali\\)@gnu\\.org\\)\\|\\(\\(m\\|a\\(min\\.\\)?\\)bandali@uwaterloo\\.ca\\)\\)"
message-user-fqdn "aminb.org")
:hook (;; (message-setup . mml-secure-message-sign-pgpmime)
(message-mode . flyspell-mode)