On Sat, 22 Mar 2014 07:15:49 +0000 Glyn Millington wrote: > Sharon Kimble writes: > > > -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 > > > > I've been looking at various sites today but haven't seen anything > > which would allow me to got local-hosts system-mail, from > > /var/mail/boudiccas'. How can I do it please? What should I put in > > my .gnus.el' please? > > I use this: > > (setq gnus-secondary-select-methods '((nnml "")) > > mail-sources '((file :path "/home/glyn/Mail/inbox") > > (file :path "/home/glyn/Mail/gmail") > > (file :path "/var/spool/mail/glyn"))) > > The last mail source is for system mail. > This is part of what I have in my '.gnus.el' (setq gnus-home-directory "~/.emacs.d/gnus.d/" gnus-init-file "~/.emacs.d/gnus.el") ; No primary server: ;(setq gnus-select-method '(list 'nnspool (system-name))) (setq gnus-select-method '(nnnmil "")) ; Get email, and store in nnml: (setq gnus-select-method '(nntp "news.gmane.org")) (add-to-list 'gnus-secondary-select-methods '(nntp "news.gmane.org")) (add-to-list 'gnus-secondary-select-methods '((nnml "")) (nnml-directory "~/.emacs.d/gnus.d/mail/") (nnml-active-file "~/.emacs.d/gnus.d/mail/active") mail-sources '(file :path "/var/mail/boudiccas")) But it fails to load at 'nnml-directory' and also 'nnml-active-file', but I can't see how else I can give the pathway to gnus. This is the actual error it gives - add-to-list: Symbol's function definition is void: nnml-directory add-to-list: Symbol's function definition is void: nnml-active-file ATM my gnus is non-functioning because I've started over with a blank page. So any help in getting further would be very much appreciated :) Thanks Sharon. -- A taste of linux = http://www.sharons.org.uk my git repo = https://bitbucket.org/boudiccas/dots Debian testing, Fluxbox 1.3.5, emacs 24.3.1 Registered Linux user 561944