Gnus development mailing list
 help / color / mirror / Atom feed
* Newbie ignorance about just reading email
@ 2004-05-23 18:00 Felix Finch
  2004-05-23 20:49 ` Paul Jarc
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Finch @ 2004-05-23 18:00 UTC (permalink / raw)


I run Linux (Slackware 9.x) and GNU emacs (21.3) and have used vm for
a long time to read email, but it only works with maildirs thru the
kluge of copying maildir messages into an mbox file.  This is not very
satisfying.  I know KDE's Kmail understands maildirs, but I want a
text mail reader that works over ssh.  I have used pine and whatnot,
and they don't excite me either.  A google search said gnus might do
the trick, so I downloaded it and have pawed thru the info file, but
almost all the documentation is related to reading news, and I don't
want gnus for that, at least not now; maybe later.  If I can't get it
to handle email, and just email, it doesn't do me any good to switch
news readers just for fun.

What I want is for M-x gnus to bring up mail, and nothing else.  I
created an initial gnus.el file like this ...

    (setq gnus-select-methods '((nnmaildir "")))
    (setq mail-sources '((maildir :path "~/.nnmaildir/")))

with some dummy Maildirs in there for testing, and all it wants to do
is create a News directory and run some startup news code, which
complains that some bogus new server is unavilable, then asks if I
want to go offline.  I haven't explored it any further.

I realize I haven't fully explored the copious info files, but so much
of it assumes I want to read news, or is related to how to handle
messages, that my b\poor addled brain begins to fade and I don't want
to spend hours sorting hay to find the needle I do need.

Is there some basic simple way to configure gnus to only process mail
on startup?

-- 
            ... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
     Felix Finch: scarecrow repairman & rocket surgeon / felix@crowfix.com
  GPG = E987 4493 C860 246C 3B1E  6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Newbie ignorance about just reading email
  2004-05-23 18:00 Newbie ignorance about just reading email Felix Finch
@ 2004-05-23 20:49 ` Paul Jarc
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Jarc @ 2004-05-23 20:49 UTC (permalink / raw)
  Cc: ding

Felix Finch <felix@crowfix.com> wrote:
>     (setq gnus-select-methods '((nnmaildir "")))

There's no such variable.  The variables you're looking for are
gnus-select-method and gnus-secondary-select-methods.  I'd suggest:
(setq gnus-select-method '(nnnil ""))
(setq gnus-secondary-select-methods
      '((nnmaildir "" (directory "~/.nnmaildir/"))))

>     (setq mail-sources '((maildir :path "~/.nnmaildir/")))

If your mail is delivered directly into the same maildirs that you use
as Gnus groups, then you don't need to set mail-sources.  Also note
that the :path of a maildir mail-source is itself a maildir, which
directly contains cur, new, and tmp subdirectories.  But the directory
of an nnmaildir select method is up one level - a directory which
contains maildirs.


paul



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-05-23 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-23 18:00 Newbie ignorance about just reading email Felix Finch
2004-05-23 20:49 ` Paul Jarc

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