summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-02-06 23:08:58 -0500
committerAmin Bandali <bandali@gnu.org>2019-02-06 23:08:58 -0500
commitbb60074bc1784847f77321e96e13b8c0bab6df56 (patch)
treeff2139787cb79e1e95b3eeaf1789d5d0afd6f600 /init.org
parent2dff0318fc314ce817db04d7e758d2bcfa0db565 (diff)
downloadconfigs-bb60074bc1784847f77321e96e13b8c0bab6df56.tar.gz
configs-bb60074bc1784847f77321e96e13b8c0bab6df56.tar.xz
configs-bb60074bc1784847f77321e96e13b8c0bab6df56.zip
[emacs,rc] add csclub mail
Diffstat (limited to 'init.org')
-rw-r--r--init.org15
1 files changed, 12 insertions, 3 deletions
diff --git a/init.org b/init.org
index 6877be2..ce31d58 100644
--- a/init.org
+++ b/init.org
@@ -2295,7 +2295,13 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
(nnimap-address "127.0.0.1")
(nnimap-server-port 143)
(nnimap-authenticator plain)
- (nnimap-user "abandali@uwaterloo.ca")))
+ (nnimap-user "abandali@uwaterloo.ca"))
+ (nnimap "csclub"
+ (nnimap-stream plain)
+ (nnimap-address "127.0.0.1")
+ (nnimap-server-port 143)
+ (nnimap-authenticator plain)
+ (nnimap-user "abandali@csclub.uw")))
gnus-message-archive-group "nnimap+amin:Sent"
gnus-parameters
'(("gnu.*"
@@ -2373,7 +2379,10 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
(eval (setq a/message-cite-say-hi nil)))
("nnimap\\+uwaterloo:.*"
(address "abandali@uwaterloo.ca")
- (gcc "\"nnimap+uwaterloo:Sent Items\"")))))
+ (gcc "\"nnimap+uwaterloo:Sent Items\""))
+ ("nnimap\\+csclub:.*"
+ (address "abandali@csclub.uwaterloo.ca")
+ (gcc "nnimap+csclub:Sent")))))
(use-feature gnus-topic
:hook (gnus-group-mode . gnus-topic-mode))
@@ -2426,7 +2435,7 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
message-send-mail-function 'message-send-mail-with-sendmail
message-sendmail-envelope-from 'header
message-dont-reply-to-names
- "\\(\\(.*@aminb\\.org\\)\\|\\(amin@bandali\\.me\\)\\|\\(\\(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\\)\\|\\(abandali@csclub\\.uwaterloo\\.ca\\)\\)"
message-user-fqdn "aminb.org")
(require 'company-ebdb)
:hook (;; (message-setup . mml-secure-message-sign-pgpmime)