all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Taylor Venable <taylor@metasyntax.net>
To: sroh <rookie52@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: how to read mail (Gnus)
Date: Fri, 11 May 2007 15:01:53 -0400	[thread overview]
Message-ID: <87zm4bgp5q.fsf@metasyntax.net> (raw)
In-Reply-To: <zm4bs7x3.fsf@sroh.knu.ac.kr> (sroh's message of "Sat\, 12 May 2007 00\:21\:12 +0900")

sroh <rookie52@gmail.com> writes:

> what is Next step for reading mail?

You need to set your secondary select method to use whatever mail
backend you want.  For example, I use nnml because it stores each
message in an individual file, which makes access fast.

>From "C-h v gnus-secondary-select-methods":

,----
| If, for instance, you want to read your mail with the nnml back end,
| you could set this variable:
| 
| (setq gnus-secondary-select-methods '((nnml "")))
`----

Then you need to set the variable nnmail-split-methods so that the
mail is categorized correctly:

,----
| This variable is a list of lists, where the first element of each of
| these lists is the name of the mail group (they do not have to be
| called something beginning with `mail', by the way), and the second
| element is a regular expression used on the header of each mail to
| determine if it belongs in this mail group.
`----

And lastly, please make sure:

,----
| The last of these groups should always be a general one, and the
| regular expression should _always_ be `""' so that it matches any
| mails that haven't been matched by any of the other regexps.
`----

When you've got everything set up, M-x gnus and subscribe to some of
the groups that mail gets split into according to nnmail-split-methods.

If you get stuck, read the Gnus manual either online at
http://www.gnus.org/ or from an Info browser: C-h i.

-- 
Taylor Venable
taylor@metasyntax.net
http://www.metasyntax.net/

  reply	other threads:[~2007-05-11 19:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-11 15:21 how to read mail (Gnus) sroh
2007-05-11 19:01 ` Taylor Venable [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-05-11 15:14 how to read mail(Gnus)? sroh

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=87zm4bgp5q.fsf@metasyntax.net \
    --to=taylor@metasyntax.net \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rookie52@gmail.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.