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: Positioning of items
Date: Tue, 25 Mar 2014 20:58:35 +0000	[thread overview]
Message-ID: <87d2haatc4.fsf@talktalk.net> (raw)
In-Reply-To: <87pplau1wz.fsf@nowhere.org>


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

Glyn Millington <glyn.millington@gmail.com> writes:

> Sharon Kimble <boudiccas@talktalk.net> writes:
>
>> asjo@koldfront.dk (Adam Sjøgren) writes:
>>
>>> Sharon Kimble <boudiccas@talktalk.net> writes:
>>>
>>>>  (add-to-list 'gnus-secondary-select-methods '(nnml ""))
>>>> (nnml-directory "~/.emacs.d/gnus.d/mail") (nnml-active-file
>>>> "~/.emacs.d/gnus.d/mail/active")
>>> The parenthesis here are messed up, which is why you get the errors.
>>> I think you should consider to start with the simplest possible
>>> configuration (say the one I posted from your information
>>> previously), and when that works, and only then, expand step by
>>> step- rather than rewriting everything for each try.
>>>
>> Right, back online with gnus, and with no info lost, so far as I know.
>> Now I have newsgroups and email, but still no system mail. The code
>> relevant for it is
>>
>> ,----
>> | (setq gnus-select-method '(nnnil "")) (add-to-list
>> | gnus-secondary-select-methods '(nntp "news.gmane.org")) (add-to-list
>> | gnus-secondary-select-methods '(nnml "")) (eval-after-load
>> | "mail-source" '(add-to-list 'mail-sources '(file :path
>> | "/var/mail/boudiccas")))
>> `----
>>
>> I can find no way of 'adding in' the mail-source, but that could very
>> well be my lack of knowledge. How can I get it working please?
>>
>> Thanks Sharon.
>
> (setq gnus-select-method '(nnnil ""))
>
> (add-to-list
>  gnus-secondary-select-methods '(nntp "news.gmane.org"))
>
> (add-to-list gnus-secondary-select-methods '((nnml "")
>              mail-sources '(file :path "/var/mail/boudiccas"))) 
>
> Try that!

For the sake of the archives the solution to this is

,----
| (setq mail-sources '((file :path "/var/mail/boudiccas")
|                      (pop :server "mail.pooh.bear"
| 					  :user "winnie@pooh.bear"
| 					  :password "rhubarbandcustard")))
`----

This will then download all the system mails at the same time as the normal
emails.

Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, Fluxbox 1.3.5, emacs 24.3.1

[-- Attachment #1.2: Type: application/pgp-signature, Size: 818 bytes --]



      parent reply	other threads:[~2014-03-25 20:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-24 18:34 Sharon Kimble
2014-03-24 18:49 ` Mark Simpson
2014-03-24 20:11 ` Adam Sjøgren
2014-03-24 21:26   ` Sharon Kimble
2014-03-24 22:16     ` Adam Sjøgren
2014-03-25  7:34       ` Sharon Kimble
2014-03-25  8:18         ` Glyn Millington
2014-03-25  8:53           ` Sharon Kimble
2014-03-25  9:32             ` Glyn Millington
2014-03-25 20:58           ` Sharon Kimble [this message]

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=87d2haatc4.fsf@talktalk.net \
    --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).