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"))