diff --git a/.emacs.d/init.el b/.emacs.d/init.el index ce2e7e7..7098c98 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -805,12 +805,13 @@ gnus-alias-identity-alist (list (ga-id "main" :from "Adam Goldsmith ") - (ga-id "tsrc" :from "Adam Goldsmith ") + (ga-id "kc1gdw" :from "Adam Goldsmith ") (ga-id "wpi" :from "Adam Goldsmith ") (ga-id "gmail" :from "Adam Goldsmith "))) (setq gnus-alias-identity-rules - '(("tsrc" ("any" "tsrc\\@mailman\\.qth\\.net" both) "tsrc") + '(("tsrc" ("any" "tsrc\\@tsrc\\.groups\\.io" both) "kc1gdw") + ("kc1gdw" ("any" "kc1gdw\\@adamgoldsmith\\.name" both) "kc1gdw") ("WPI" ("any" ".*\\@wpi\\.edu" both) "wpi"))) (setq gnus-alias-default-identity "main"))