Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+from-uce@imap.cc>
Subject: Re: Learning gnus for email only
Date: Tue, 02 Jan 2007 23:51:37 +0100	[thread overview]
Message-ID: <v9tzz93uva.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <1167770160.108430.191170@42g2000cwt.googlegroups.com>

[ Please don't top-post and please try to write more carefully in
  order to make your text more readable. ]

On Tue, Jan 02 2007, harel barzilai wrote:

> b)  ssh into my shell  via plain text terminal ; run emacs from the
> shell ; use gnus from emacs (Which
> I want to just tell it to look at ~/Maildir/ )
>
> so there isn't  that big a difference..my comments were only re my
> mostly
> ignorance and lack of exp. w/pop...but looking at how similar b) is to

I'm not sure, but if the files are already in a maildir structure, you
can leave mail-sources set to nil.  You only need to add an nnmaildir
entry to `gnus-secondary-select-methods' (or `gnus-select-method').

I'd suggest the following setup:

(setq gnus-select-method '(nnnil ""))
(setq mail-sources nil)

(add-to-list
 'gnus-secondary-select-methods
 '(nnmaildir "test"
 	     (directory "~/Maildir")
 	     (create-directory "../foo")
 	     (directory-files nnheader-directory-files-safe)
 	     (get-new-mail nil)))

I'm not sure about the correct server parameter (I don't use maildir).
Please read (info "(gnus)Maildir") first (and backup your mail before
experimenting).

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

  reply	other threads:[~2007-01-02 22:51 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1167115181.099537.35020@a3g2000cwd.googlegroups.com>
     [not found] ` <85vejxndbo.fsf@robf.de>
2006-12-29  5:20   ` Emacs Mailer Options harel barzilai
2006-12-29  9:08     ` Reiner Steib
2006-12-29 12:13       ` Slackat
2006-12-29 16:38     ` Giorgos Keramidas
2006-12-31  6:55       ` harel barzilai
2007-01-01  7:14 ` Learning gnus for email only (Was: Re: Emacs Mailer Options) harel barzilai
2007-01-01 17:28   ` Learning gnus for email only Reiner Steib
2007-01-02  4:41     ` harel barzilai
2007-01-02  5:40     ` harel barzilai
2007-01-02  6:48       ` Slackat
2007-01-02 20:36       ` harel barzilai
2007-01-02 22:51         ` Reiner Steib [this message]
2007-01-05  2:35           ` harel barzilai
2007-01-05 10:54             ` Springfield
2007-01-06  5:22               ` harel barzilai
2007-01-06 13:09                 ` Reiner Steib
2007-01-06 13:40                   ` Slackrat
2007-01-06 14:20                     ` Reiner Steib
2007-01-05 12:23             ` Reiner Steib
     [not found] ` <1167547830.044677.30770@v33g2000cwv.googlegroups.com>
     [not found]   ` <1168062671.653432.216140@i15g2000cwa.googlegroups.com>
     [not found]     ` <87k5zzyhfy.fsf@kobe.laptop>
2007-01-12  5:53       ` Emacs Mailer Options harel barzilai

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=v9tzz93uva.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+from-uce@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /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).