From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16775 Path: news.gmane.org!not-for-mail From: Sharon Kimble Newsgroups: gmane.emacs.gnus.user Subject: Re: How to get mail from localhost? Date: Sat, 22 Mar 2014 15:18:18 +0000 Message-ID: <20140322151818.5d11b3b1@london> References: <87txar73o6.fsf@talktalk.net> <87lhw2hffe.fsf@nowhere.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0095162678252063608==" X-Trace: ger.gmane.org 1395501607 28628 80.91.229.3 (22 Mar 2014 15:20:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Mar 2014 15:20:07 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Mar 22 16:20:17 2014 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WRNia-0006Bb-F6 for gegu-info-gnus-english@m.gmane.org; Sat, 22 Mar 2014 16:20:16 +0100 Original-Received: from localhost ([::1]:57313 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRNia-0004gF-0u for gegu-info-gnus-english@m.gmane.org; Sat, 22 Mar 2014 11:20:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRNiT-0004S1-Bu for info-gnus-english@gnu.org; Sat, 22 Mar 2014 11:20:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WRNiO-0007oM-Qo for info-gnus-english@gnu.org; Sat, 22 Mar 2014 11:20:09 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:45949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WRNiO-0007mj-KL for info-gnus-english@gnu.org; Sat, 22 Mar 2014 11:20:04 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WRNiN-0005xR-Th for info-gnus-english@gnu.org; Sat, 22 Mar 2014 16:20:03 +0100 Original-Received: from host-92-20-151-135.as13285.net ([92.20.151.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Mar 2014 16:20:03 +0100 Original-Received: from boudiccas by host-92-20-151-135.as13285.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 22 Mar 2014 16:20:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 88 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host-92-20-151-135.as13285.net X-Newsreader: Claws Mail 3.9.3 (GTK+ 2.24.22; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16775 Archived-At: --===============0095162678252063608== Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/x7zQxCBO0rrWbw9bXz1Cy=g"; protocol="application/pgp-signature" --Sig_/x7zQxCBO0rrWbw9bXz1Cy=g Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sat, 22 Mar 2014 07:15:49 +0000 Glyn Millington wrote: > Sharon Kimble writes: >=20 > > -----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? >=20 > I use this: >=20 > (setq gnus-secondary-select-methods '((nnml "")) >=20 > mail-sources '((file :path "/home/glyn/Mail/inbox") >=20 > (file :path "/home/glyn/Mail/gmail") >=20 > (file :path "/var/spool/mail/glyn"))) >=20 > The last mail source is for system mail. >=20 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") =20 ; 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.=20 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. --=20 =EF=BB=BFA taste of linux =3D http://www.sharons.org.uk my git repo =3D https://bitbucket.org/boudiccas/dots Debian testing, Fluxbox 1.3.5, emacs 24.3.1 Registered Linux user 561944 --Sig_/x7zQxCBO0rrWbw9bXz1Cy=g Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAEBCgAGBQJTLam7AAoJEDaBgBkK+INbgLgQAK5SXA7CrMcLipbc8Y5iU+nE G3JiV+rQDHX9oZh6XWnGglAh+R/GulblLBVI3OGA2J2+CNotRUByER+iANq4JYVU Px1+SVOdhmJalsugtg0iv8eI/sb1I9KmcLR375bN9CdzNLDe8lsw6VWoZ5cAmF6p yoKJH4/AmGoh9PMUX3PwU5lZ9PXIzzC8qFkJP536pFz1pzR4hsfB4RQicLazOR9y UZq0UZnKFi4ggdfN6/dCuHuhSR0ZMI2b5x8l7qLDonZJyk5tL2WzTq3vFgsmznY3 HPFJ7YAExrE4V/JjKRk22rkUtShFv5INa2nMnX9lCrE+2dHVjJeSc8D90mfdd4ry oQh8QifRnzJmuqFMuUD984k/lOP6jipKWV3JZE3BzGgh2i/SwtCEdBuzZz5ATgpd CLFNfv6vivN58l0/MsaKLoHzKZ1/GhnxmJkbd5bJlJzfuj4+ZSRBL0jIG8a/TqYn XIn0soxTfoHL3c9EjQfKxgMpdNnD/JDYR161K//ChSf/rluD6iLAVUhCIZpZG7b8 xkwEYRDs5hKjqug6Bf6jWK5qE6Rnwr6Ni5yXc+FH5QQOY8424p+EZzVEVVg7bXRU kYc9sxz1hUpgLmI90qEAQIV8+kl5ZGBCbNTwcVQPdDWF0luK27EObepFgBcTuP7m uE6JBIsZEtkipRT2hTXT =05ge -----END PGP SIGNATURE----- --Sig_/x7zQxCBO0rrWbw9bXz1Cy=g-- --===============0095162678252063608== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english --===============0095162678252063608==--