|
| From: | Glyn Millington |
| Subject: | Re: How to get mail from localhost? |
| Date: | Sat, 22 Mar 2014 07:15:49 +0000 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Sharon Kimble <boudiccas@talktalk.net> 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.
atb
Glyn
| [Prev in Thread] | Current Thread | [Next in Thread] |