31eeee024e147dbdeb98aa8286ded91ff2e941b5
[gnus] / 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 @next 'finish
37
38 @node Setting up a NNTP server
39
40 @text
41 TODO: this will be a real link.
42 Run M-x assistant and use the news-server.ast file as input.
43 @end text
44
45 @next 'finish
46
47 \f
48 @c Local variables:
49 @c mode: texinfo
50 @c End:
51
52 @ignore
53    arch-tag: 6b7b200b-9169-4b44-8b32-b73773fa71af
54 @end ignore
55