Mercurial > emacs
view etc/gnus/gnus-setup.ast @ 100911:21becd9cb5d4
(pmail-message-labels-p): Function moved from pmail.el and rewritten.
(pmail-message-recipients-p): Likewise.
(pmail-message-regexp-p): Likewise.
(pmail-message-recipients-p-1): New subroutine.
(pmail-message-regexp-p-1): Likewise.
(pmail-summary-by-topic): Use pmail-simplified-subject.
Delete subject-re variable.
(pmail-message-subject-p): Total rewrite.
(pmail-message-senders-p): Total rewrite.
(pmail-new-summary-1): Call FUNCTION in the main Pmail buffer.
(pmail-get-summary): Doc fix.
(pmail-create-summary-line): Renamed from
pmail-get-create-summary-line, and major rewrite.
(pmail-get-summary-labels): Doc fix.
(pmail-create-summary): Major rewrite. Construct line counts here.
(pmail-header-summary): Renamed from pmail-make-basic-summary-line.
Return list of two strings.
(pmail-summary-next-same-subject): Extract subjects and compare.
(pmail-summary-output): Renamed from pmail-summary-output-to-babyl-file.
Use pmail-output.
(pmail-summary-output-as-seen): Renamed from pmail-summary-output.
Use pmail-output-as-seen.
(pmail-summary-construct-io-menu): Use pmail-summary-output.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 05 Jan 2009 15:41:36 +0000 |
parents | a3c27999decb |
children | a213d79a9aae |
line wrap: on
line source
@title Configuring Gnus for the first time @node What do you want to do with Gnus? @variable outbound (:radio ((item :tag "Send mail via sendmail" "sendmail") (item :tag "Send mail via SMTP" "smtp"))) "sendmail" @variable backends (:set ((item :tag "Read news via NNTP" "nntp") (item :tag "Read mail, store it locally" "nnml") (item :tag "Read mail and store it on an IMAP server" "nnimap"))) (list "nnml") @result primary-mail-selections (list backends outbound) @text Welcome to Gnus. You need to tell us what you want to do with Gnus before we go on to specific configurations. Choose the tasks you want to set up: @variable{backends} Choose the method Gnus will use to send mail: @variable{outbound} @end text @next (member "nnml" backends) "Setting up local mail storage (nnml)" @next (member "nntp" backends) "Setting up a NNTP server" @node Setting up local mail storage (nnml) @variable mechanism (:radio ((item :tag "Get mail from your Unix mbox" "mbox") (item :tag "Use POP3 to retrieve mail" "pop3"))) "mbox" @result nnml-mechanism (list mechanism) @text You are setting up local mail storage, using the nnml backend in Gnus terms. Your mail can be downloaded into Gnus in several ways, choose one: @variable{mechanism} @end text @node Setting up a NNTP server @text TODO: this will be a real link. Run M-x assistant and use the news-server.ast file as input. @end text @c Local variables: @c mode: texinfo @c End: @ignore arch-tag: 6b7b200b-9169-4b44-8b32-b73773fa71af @end ignore