Skip to content

Instantly share code, notes, and snippets.

@metaperl
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metaperl/2738efb184631fa9c91e to your computer and use it in GitHub Desktop.
Save metaperl/2738efb184631fa9c91e to your computer and use it in GitHub Desktop.
Setting up Gnus to read my local mbox on Mac OS X
```
(setq
nnmail-spool-file "/var/mail/anicca"
gnus-select-method '(nntp "news")
gnus-secondary-select-methods '((nnml ""))
)
(setq nnmail-split-methods
'(
("Other" "")))
(provide 'init-gnus)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment