diff options
-rw-r--r-- | gnus-conf.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnus-conf.el b/gnus-conf.el index 55b3b36..f99301d 100644 --- a/gnus-conf.el +++ b/gnus-conf.el @@ -115,9 +115,10 @@ (From (format "Durand <%s>" user-mail-address))) ((header "from" "protesilaos") (signature "Durand")) - ((header "from" "tan\\|mlh\\|hsialc") + ((header "from" "tan\\|mlh\\|hsialc\\|tingyu") (name "李俊緯") (From (format "李俊緯 <%s>" user-mail-address)) + (body "老師好:\n") (signature "生 俊緯")))) (setq gnus-gcc-mark-as-read t) |