Skip to content

Instantly share code, notes, and snippets.

@ngn999
Last active December 22, 2015 22:39
Show Gist options
  • Save ngn999/6541135 to your computer and use it in GitHub Desktop.
Save ngn999/6541135 to your computer and use it in GitHub Desktop.
设置gnus-posting-styles
(setq gnus-posting-styles
'((".*"
(name "tangyi")
(address "tangyi@taobao.com")
(eval (setq mm-coding-system-priorities
'(iso-8859-1 utf-8 gbk))))
("tw\\.comp"
(name "ngn999")
(address "ngn998@gmail.com")
(eval (setq mm-coding-system-priorities
'(iso-8859-1 big5 utf-8))))
("^nntp.*cn\\.bbs"
(name "ngn999")
(address "ngn998@gmail.com")
(eval (setq mm-coding-system-priorities
'(iso-8859-1 gbk utf-8))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment