info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: linux system mail - information overload


From: Hadron Quark
Subject: Re: linux system mail - information overload
Date: Mon, 23 Oct 2006 18:02:23 +0200

Hadron Quark <hadronquark@gmail.com> writes:

> Could some kind soul please nudge me in the right direction to set gnus
> up to read my Ubuntu "system emails". By these I mean the ones in
> /var/mail or in /var/spool/mail - A google provides so much information
> I cant really get started with any confidence and am even lost at
> differentiating between the two.
>
> I already have fetchmail using procmail to publish incoming pop3  mails
> and mailing lists to maildir format.
>
> How to see "localhost" email?
>
> Any terminology/education much appreciated.

ok, I tried following the manual & added/edited this to my private
.gnus.el

,----
| (setq nnmail-spool-file "/var/spool/mail/hadron")
| (setq nnml-directory "~/Mail/nnml")
| 
| (setq gnus-select-method '(nntp "localhost"))
| 
| (setq gnus-secondary-select-methods
|        '((nnmaildir "MyMail" (directory "~/Mail/"))
|         (nnml "")))
`----


Gnus now shows this group:

nnml+/var/spool/mail/hadron:mail.misc

But when I try to select it I get these messages:

,----
| Retrieving newsgroup: nnml+/var/spool/mail/hadron:mail.misc...
| Loading disp-table...done
| Loading gnus-ml...done
| gnus-server-opened: Trying to require a method that doesn't exist
`----

Any ideas? How to debug further?


-- 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]