Last active
December 22, 2015 22:39
-
-
Save ngn999/6541135 to your computer and use it in GitHub Desktop.
设置gnus-posting-styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(setq gnus-posting-styles | |
'((".*" | |
(name "tangyi") | |
(address "[email protected]") | |
(eval (setq mm-coding-system-priorities | |
'(iso-8859-1 utf-8 gbk)))) | |
("tw\\.comp" | |
(name "ngn999") | |
(address "[email protected]") | |
(eval (setq mm-coding-system-priorities | |
'(iso-8859-1 big5 utf-8)))) | |
("^nntp.*cn\\.bbs" | |
(name "ngn999") | |
(address "[email protected]") | |
(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