Changes from arch/CVS synchronization
[gnus] / etc / gnus / gnus-setup.ast
1 @title Configuring Gnus for the first time
2
3
4 @node What do you want to do with Gnus?
5
6 @variable outbound (:radio ((item :tag "Send mail via sendmail" "sendmail") (item :tag "Send mail via SMTP" "smtp"))) "sendmail"
7
8 @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")
9
10 @result primary-mail-selections (list backends outbound)
11
12 @text
13 Welcome to Gnus.  You need to tell us what you want to do with Gnus
14 before we go on to specific configurations.
15
16 Choose the tasks you want to set up: 
17 @variable{backends}
18
19 Choose the method Gnus will use to send mail: 
20 @variable{outbound}
21
22 @end text
23
24 @ignore
25    arch-tag: 6b7b200b-9169-4b44-8b32-b73773fa71af
26 @end ignore