2 ;; Account file: "~/.authinfo.gpg" template
4 ;; #### pop or imap ####
5 ;; machine imap.163.com login xxx@163.com port 993 password PASSWORD
6 ;; machine pop.163.com login xxx@163.com port 995 password PASSWORD
7 ;; machine imap.qq.com login xxx@qq.com port 993 password PASSWORD
8 ;; machine pop.qq.com login xxx@qq.com port 995 password PASSWORD
11 ;; machine smtp.163.com login xxxr@163.com port 465 password PASSWORD
12 ;; machine smtp.qq.com login xxx@qq.com port 465 password PASSWORD
15 ;; machine irc.freenode.net login xxx port 6667 secret PASSWORD
18 (setq gnus-select-method
21 (setq gnus-secondary-select-methods
22 '((nntp "news.gmane.io")
23 (nntp "news.newsfan.net")
25 (nnimap-inbox "INBOX")
26 (nnimap-split-methods default
)
29 (nnimap-record-commands t
)
30 (nnimap-fetch-partial-articles t
)
31 (nnimap-split-methods nil
)
32 (nnimap-split-fancy nil
))
33 (nnimap "imap.163.com"
34 (nnimap-inbox "INBOX")
35 (nnimap-split-methods default
)
38 ;; (nnimap-record-commands t)
39 (nnimap-fetch-partial-articles t
)
40 (nnimap-split-methods nil
)
41 (nnimap-split-fancy nil
))))
44 '((pop :server
"pop.163.com"
45 :user
"myname@163.com"
50 :postscript
"notmuch new")
51 (imap :server
"imap.qq.com"
55 :fetchflag
"\\Seen")))
57 ;; ** 设置 gnus-posting-styles
61 (setq gnus-posting-styles
64 (eval (setq mm-coding-system-priorities
65 '(iso-8859-1 utf-8 gb2312 gbk utf-8 gb18030
))))
68 (address "myname@163.com")
69 (eval (setq smtpmail-stream-type
'ssl
)
70 (setq mm-coding-system-priorities
71 '(iso-8859-1 utf-8 gb2312 gbk utf-8 gb18030
))))
73 (eval (setq mm-coding-system-priorities
74 '(iso-8859-1 gb2312 gbk gb18030 utf-8
))))
76 (eval (setq mm-coding-system-priorities
77 '(iso-8859-1 gb2312 gbk gb18030 utf-8
))))))