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