gnus-setup.ast 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. @title Configuring Gnus for the first time
  2. @node What do you want to do with Gnus?
  3. @variable outbound (:radio ((item :tag "Send mail via sendmail" "sendmail") (item :tag "Send mail via SMTP" "smtp"))) "sendmail"
  4. @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")
  5. @result primary-mail-selections (list backends outbound)
  6. @text
  7. Welcome to Gnus. You need to tell us what you want to do with Gnus
  8. before we go on to specific configurations.
  9. Choose the tasks you want to set up:
  10. @variable{backends}
  11. Choose the method Gnus will use to send mail:
  12. @variable{outbound}
  13. @end text
  14. @next (member "nnml" backends) "Setting up local mail storage (nnml)"
  15. @next (member "nntp" backends) "Setting up a NNTP server"
  16. @node Setting up local mail storage (nnml)
  17. @variable mechanism (:radio ((item :tag "Get mail from your Unix mbox" "mbox") (item :tag "Use POP3 to retrieve mail" "pop3"))) "mbox"
  18. @result nnml-mechanism (list mechanism)
  19. @text
  20. You are setting up local mail storage, using the nnml backend in Gnus terms.
  21. Your mail can be downloaded into Gnus in several ways, choose one:
  22. @variable{mechanism}
  23. @end text
  24. @next 'finish
  25. @node Setting up a NNTP server
  26. @text
  27. TODO: this will be a real link.
  28. Run M-x assistant and use the news-server.ast file as input.
  29. @end text
  30. @next 'finish
  31. @c Local variables:
  32. @c mode: texinfo
  33. @c End: