summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-06 02:01:34 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-06 02:02:38 -0500
commit2d7a5a85817b1f361a2e1ade61470eaf895c3885 (patch)
treeae409c9983c3b39a5bf2719f90144145a9543285 /init.org
parentec4e4710a0989bcc66641ec69525976fcc9a7bca (diff)
downloadconfigs-2d7a5a85817b1f361a2e1ade61470eaf895c3885.tar.gz
configs-2d7a5a85817b1f361a2e1ade61470eaf895c3885.tar.xz
configs-2d7a5a85817b1f361a2e1ade61470eaf895c3885.zip
update email
Diffstat (limited to 'init.org')
-rw-r--r--init.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.org b/init.org
index daae17a..a8dddd0 100644
--- a/init.org
+++ b/init.org
@@ -76,7 +76,7 @@ file.
** License
#+begin_src emacs-lisp :comments none
-;; Copyright (C) 2018 Amin Bandali <amin@aminb.org>
+;; Copyright (C) 2018 Amin Bandali <bandali@gnu.org>
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -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@aminb.org")
+ user-mail-address "amin@bandali.me")
#+end_src
** Package management
@@ -2217,7 +2217,7 @@ For when I /have to/ use GH.
:config
(setq gnus-posting-styles
'((".*"
- (address "amin@aminb.org")
+ (address "amin@bandali.me")
(body "\nBest,\namin\n"))
("gnu.*"
(address "bandali@gnu.org"))
@@ -2274,7 +2274,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
- "\\(\\(.*@aminb\\.org\\)\\|\\(\\(aminb?\\|mab\\|bandali\\)@gnu\\.org\\)\\|\\(\\(m\\|a\\(min\\.\\)?\\)bandali@uwaterloo\\.ca\\)\\)"
+ "\\(\\(amin@bandali\\.me\\)\\|\\(.*@aminb\\.org\\)\\|\\(\\(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)