Gnus development mailing list
 help / color / mirror / Atom feed
From: Bojan Nikolic <bojan@bnikolic.co.uk>
To: ding@gnus.org
Subject: Re: Using gnus with locally stored email (repost from users ml)
Date: Tue, 05 Oct 2010 10:34:09 +0100	[thread overview]
Message-ID: <87vd5hrnji.fsf@bnikolic.co.uk> (raw)
In-Reply-To: <yb0sk0lnghy.fsf@dod.no>


Steinar Bang <sb@dod.no> writes:

>>>>>> Gary <gnus@garydjones.name>:
>
>> As I've been moving ever more to emacs, I find myself using gnus more
>> and more, but haven't tried integrating locally stored email (for
>> which I still use fetchmail & procmail). What's my best way of doing
>> that? I still want to suck some email down to my own HD, and that's
>> not going to change, so please don't suggest using imap :)
>
> I use nnimap with agent.  That has worked for me for quite a few years.
>
> But then I don't need to have the agent-cached email available to other
> email clients, such as mutt.
>
> Others are using server-local IMAP-servers.

I think Gary's original question may have been: how to read email that
is already been downloaded onto the local hard-drive? For this I simply
add the directory where the email is to the
gnus-secondary-select-methods:

      (setq gnus-secondary-select-methods
	    '((nnmaildir "md"
	    		 (directory "~/Mail/downloaded"))
	      ))

Obviously this is for downloaded mail in the MailDir format.

To actually download mail onto local storage I use offlineimap -- it
uses the above-mentioned MailDir format.

Best,
Bojan

-- 
Bojan Nikolic          ||          http://www.bnikolic.co.uk




  reply	other threads:[~2010-10-05  9:34 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-05  8:16 Gary
2010-10-05  9:19 ` Steinar Bang
2010-10-05  9:34   ` Bojan Nikolic [this message]
2010-10-06  6:19     ` Gary
2010-10-05  9:34   ` Richard Riley
2010-10-05  9:32 ` Leonidas Tsampros

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=87vd5hrnji.fsf@bnikolic.co.uk \
    --to=bojan@bnikolic.co.uk \
    --cc=ding@gnus.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).