ConfigurationThis sets the basic news and mail server. Seems to work...
(setq gnus-select-method '(nntp "10.3.0.1"))
(setq gnus-secondary-select-methods
'(
(nnimap "server"
(nnimap-address "10.3.0.1")
(nnimap-server-port 993)
(nnimap-stream ssl)
)
)
)
Add this to .emacs to avoid the initial check for new newsgroups: (setq gnus-check-new-newsgroups nil) Group buffer
Reading Messages
Back to Personal Wiki |