From 1bf011d35602126a4f6d00d1fed694e6a71cec56 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 12 Jul 2020 16:50:28 -0400 Subject: [PATCH] Add cms (adam@claremontmakerspace.org) to gnu identity list --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index dbf0b3a..3d03f0f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -845,12 +845,14 @@ (list (ga-id "main" :from "Adam Goldsmith ") (ga-id "kc1gdw" :from "Adam Goldsmith ") + (ga-id "cms" :from "Adam Goldsmith ") (ga-id "wpi" :from "Adam Goldsmith ") (ga-id "gmail" :from "Adam Goldsmith "))) (setq gnus-alias-identity-rules '(("tsrc" ("any" "tsrc\\@tsrc\\.groups\\.io" both) "kc1gdw") ("kc1gdw" ("any" "kc1gdw\\@adamgoldsmith\\.name" both) "kc1gdw") + ("cms" ("any" "adam\\@claremontmakerspace\\.org" both) "cms") ("WPI" ("any" ".*\\@wpi\\.edu" both) "wpi"))) (setq gnus-alias-default-identity "main"))