| Paste number 70785: | imap |
| Pasted by: | agentcoops |
| When: | 7 months, 1 week ago |
| Share: | Tweet this! | http://paste.lisp.org/+1IM9 |
| Channel: | #gnus |
| Paste contents: |
(load-library "nnimap")
(load-library "starttls")
(setq gnus-select-method '(nnimap "reed mail"
(nnimap-address "imap.reed.edu")
(nnimap-server-port 993)
(nnimap-expunge-on-close ask)
(nnimap-stream ssl)))
(setq gnus-read-active-file 'some)
(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
(setq gnus-summary-thread-gathering-function
'gnus-gather-threads-by-subject)
(setq gnus-thread-hide-subtree t)
(setq gnus-thread-ignore-subject t)
This paste has no annotations.