Import No Gnus v0.4.
[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 "Read mail, store it locally" "nnml") (item :tag "Read mail and store it on an IMAP server" "nnimap"))) (list "nnml")
8 @result primary-mail-selections (list backends outbound)
9
10 @text
11 Welcome to Gnus.  You need to tell us what you want to do with Gnus
12 before we go on to specific configurations.
13
14 Choose the tasks you want to set up: 
15 @variable{backends}
16
17 Choose the method Gnus will use to send mail: 
18 @variable{outbound}
19
20 @end text
21
22 @next (member "nnml" backends) "Setting up local mail storage (nnml)"
23 @next (member "nntp" backends) "Setting up a NNTP server"
24
25 @node Setting up local mail storage (nnml)
26 @variable mechanism (:radio ((item :tag "Get mail from your Unix mbox" "mbox") (item :tag "Use POP3 to retrieve mail" "pop3"))) "mbox"
27 @result nnml-mechanism (list mechanism)
28 @text
29 You are setting up local mail storage, using the nnml backend in Gnus terms.
30
31 Your mail can be downloaded into Gnus in several ways, choose one:
32 @variable{mechanism}
33
34 @end text
35
36 @node Setting up a NNTP server
37
38 @text
39 TODO: this will be a real link.
40 Run M-x assistant and use the news-server.ast file as input.
41 @end text
42
43 \f
44 @c Local variables:
45 @c mode: texinfo
46 @c End:
47
48 @ignore
49    arch-tag: 6b7b200b-9169-4b44-8b32-b73773fa71af
50 @end ignore
51