aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog7
-rw-r--r--doc/misc/gnus.texi44
2 files changed, 19 insertions, 32 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 9d3b578fc95..68895409743 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,10 @@
12010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * gnus.texi (Filtering New Groups): Mention
4 gnus-auto-subscribed-categories.
5 (The First Time): Removed, since default-subscribed-newsgroups has been
6 removed.
7
12010-12-13 Glenn Morris <rgm@gnu.org> 82010-12-13 Glenn Morris <rgm@gnu.org>
2 9
3 * cl.texi (For Clauses): Small fixes for frames and windows. 10 * cl.texi (For Clauses): Small fixes for frames and windows.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 9f4d1f75ede..3ddfb1a6448 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -428,7 +428,6 @@ Other related manuals
428Starting Gnus 428Starting Gnus
429 429
430* Finding the News:: Choosing a method for getting news. 430* Finding the News:: Choosing a method for getting news.
431* The First Time:: What does Gnus do the first time you start it?
432* The Server is Down:: How can I read my mail then? 431* The Server is Down:: How can I read my mail then?
433* Slave Gnusae:: You can have more than one Gnus active at a time. 432* Slave Gnusae:: You can have more than one Gnus active at a time.
434* Fetching a Group:: Starting Gnus just to read a group. 433* Fetching a Group:: Starting Gnus just to read a group.
@@ -959,7 +958,6 @@ terminology section (@pxref{Terminology}).
959 958
960@menu 959@menu
961* Finding the News:: Choosing a method for getting news. 960* Finding the News:: Choosing a method for getting news.
962* The First Time:: What does Gnus do the first time you start it?
963* The Server is Down:: How can I read my mail then? 961* The Server is Down:: How can I read my mail then?
964* Slave Gnusae:: You can have more than one Gnus active at a time. 962* Slave Gnusae:: You can have more than one Gnus active at a time.
965* New Groups:: What is Gnus supposed to do with new groups? 963* New Groups:: What is Gnus supposed to do with new groups?
@@ -1052,31 +1050,6 @@ several Gnus installations, but may slow down things a bit when fetching
1052new articles. @xref{NNTP marks}, for more information. 1050new articles. @xref{NNTP marks}, for more information.
1053 1051
1054 1052
1055@node The First Time
1056@section The First Time
1057@cindex first time usage
1058
1059If no startup files exist (@pxref{Startup Files}), Gnus will try to
1060determine what groups should be subscribed by default.
1061
1062@vindex gnus-default-subscribed-newsgroups
1063If the variable @code{gnus-default-subscribed-newsgroups} is set, Gnus
1064will subscribe you to just those groups in that list, leaving the rest
1065killed. Your system administrator should have set this variable to
1066something useful.
1067
1068Since she hasn't, Gnus will just subscribe you to a few arbitrarily
1069picked groups (i.e., @samp{*.newusers}). (@dfn{Arbitrary} is defined
1070here as @dfn{whatever Lars thinks you should read}.)
1071
1072You'll also be subscribed to the Gnus documentation group, which should
1073help you with most common problems.
1074
1075If @code{gnus-default-subscribed-newsgroups} is @code{t}, Gnus will just
1076use the normal functions for handling new groups, and not do anything
1077special.
1078
1079
1080@node The Server is Down 1053@node The Server is Down
1081@section The Server is Down 1054@section The Server is Down
1082@cindex server errors 1055@cindex server errors
@@ -1321,11 +1294,18 @@ but I thought it would be nice to have two of these. This variable is
1321more meant for setting some ground rules, while the other variable is 1294more meant for setting some ground rules, while the other variable is
1322used more for user fiddling. By default this variable makes all new 1295used more for user fiddling. By default this variable makes all new
1323groups that come from mail back ends (@code{nnml}, @code{nnbabyl}, 1296groups that come from mail back ends (@code{nnml}, @code{nnbabyl},
1324@code{nnfolder}, @code{nnmbox}, @code{nnmh}, and @code{nnmaildir}) 1297@code{nnfolder}, @code{nnmbox}, @code{nnmh}, @code{nnimap}, and
1325subscribed. If you don't like that, just set this variable to 1298@code{nnmaildir}) subscribed. If you don't like that, just set this
1326@code{nil}. 1299variable to @code{nil}.
1327 1300
1328New groups that match this regexp are subscribed using 1301@vindex gnus-auto-subscribed-categories
1302As if that wasn't enough, @code{gnus-auto-subscribed-categories} also
1303allows you to specify that new groups should be subcribed based on the
1304category their select methods belong to. The default is @samp{(mail
1305post-mail)}, meaning that all new groups from mail-like backends
1306should be subscribed automatically.
1307
1308New groups that match these variables are subscribed using
1329@code{gnus-subscribe-options-newsgroup-method}. 1309@code{gnus-subscribe-options-newsgroup-method}.
1330 1310
1331 1311