Synch to No Gnus 200405311357.
[elisp/gnus.git-] / etc / gnus / gnus-setup.ast
1 @title Configuring Gnus for the first time
2
3 @node What do you want to do with Gnus?
4
5 @variable outbound (:radio ((item :tag "Send mail via sendmail" "sendmail") (item :tag "Send mail via SMTP" "smtp"))) "sendmail"
6
7 @variable backends (:set ((item :tag "Read news via NNTP" "nntp") (item :tag"Sacrifice a goat" "goat") (item :tag "Read mail, store it locally" "nnml") (item :tag "Read mail and store it on an IMAP server" "nnimap"))) (list "nnml")
8
9 @result primary-mail-selections (list backends outbound)
10
11 @text
12 Welcome to Gnus.  You need to tell us what you want to do with Gnus
13 before we go on to specific configurations.
14
15 Choose the tasks you want to set up: 
16 @variable{backends}
17
18 Choose the method Gnus will use to send mail: 
19 @variable{outbound}
20
21 @end text
22
23 @next (member "nnml" backends) "Setting up local mail storage (nnml)"
24
25 @node "Setting up local mail storage (nnml)"
26
27 @variable mechanism (:radio ((item :tag "Get mail from your Unix mbox" "mbox") (item :tag "Use POP3 to retrieve mail" "pop3"))) "mbox"
28
29 @result nnml-mechanism (list mechanism)
30
31 @text
32 You are setting up local mail storage, using the nnml backend in Gnus terms.
33
34 Your mail can be downloaded into Gnus in several ways, choose one:
35 @variable{mechanism}
36
37 @end text
38
39 @ignore
40
41 @end ignore