Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Sharon Kimble <boudiccas@talktalk.net>
To: info-gnus-english@gnu.org
Subject: Re: How to get mail from localhost?
Date: Sat, 22 Mar 2014 15:18:18 +0000	[thread overview]
Message-ID: <20140322151818.5d11b3b1@london> (raw)
In-Reply-To: <87lhw2hffe.fsf@nowhere.org>


[-- Attachment #1.1: Type: text/plain, Size: 2049 bytes --]

On Sat, 22 Mar 2014 07:15:49 +0000
Glyn Millington <glyn.millington@gmail.com> wrote:

> 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.
> 
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

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

[-- Attachment #2: Type: text/plain, Size: 162 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

  reply	other threads:[~2014-03-22 15:18 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-21 19:27 Sharon Kimble
2014-03-21 19:58 ` Adam Sjøgren
2014-03-21 23:17   ` Sharon Kimble
2014-03-22 12:50     ` Adam Sjøgren
2014-03-22 15:16       ` Sharon Kimble
2014-03-22  7:15 ` Glyn Millington
2014-03-22 15:18   ` Sharon Kimble [this message]
2014-03-22 15:41     ` Adam Sjøgren
2014-03-22 16:37       ` Sharon Kimble
2014-03-22 18:40         ` Adam Sjøgren
2014-03-22 20:34           ` Sharon Kimble
2014-03-22 20:58             ` Adam Sjøgren
2014-03-23 12:52               ` Tweaking Sharon Kimble
2014-03-23 13:39                 ` time in summary line (was: Tweaking.) Peter Münster
2014-03-23 14:03                   ` Sharon Kimble
2014-03-23 16:35                     ` time in summary line Peter Münster
2014-03-23 16:58                       ` Adam Sjøgren
2014-03-23 20:33                         ` Peter Münster
     [not found]       ` <mailman.17864.1395506256.10748.info-gnus-english@gnu.org>
2014-03-22 16:46         ` How to get mail from localhost? Pascal J. Bourguignon
2014-03-22 17:15           ` Sharon Kimble
     [not found] <mailman.17781.1395430091.10748.info-gnus-english@gnu.org>
2014-03-22  6:53 ` Pascal J. Bourguignon
2014-03-22 12:37   ` Adam Sjøgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140322151818.5d11b3b1@london \
    --to=boudiccas@talktalk.net \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).