aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2008-01-28 03:51:31 +0000
committerMiles Bader <[email protected]>2008-01-28 03:51:31 +0000
commita1da1e372a7a671153a226d08e9b7ae4b2225196 (patch)
tree9a4451f88c7ebb8060181925839f520b393cf34a /doc
parent0975aa2475b2691bcb646d56cb3be39f01843ef2 (diff)
Merge from gnus--devo--0
Revision: [email protected]/emacs--devo--0--patch-1016
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/gnus.texi26
2 files changed, 31 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 3c179467fa..d4710db067 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-28 Michael Sperber <[email protected]>
+
+ * gnus.texi (Mail Source Specifiers): Document `group' specifier.
+ (Group Parameters): Document `mail-source' parameter.
+
2008-01-27 Michael Albinus <[email protected]>
* tramp.texi (Inline methods): The hostname of the su(do)? methods
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index ba61fd7224..f90b0f9684 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -3035,6 +3035,12 @@ to.
If it is set, the value is used as the method for posting message
instead of @code{gnus-post-method}.
+@item mail-source
+@cindex mail-source
+If it is set, and the setting of @code{mail-sources} includes a
+@code{group} mail source (@pxref{Mail Sources}), the value is a
+mail source for this group.
+
@item banner
@cindex banner
An item like @code{(banner . @var{regexp})} causes any part of an article
@@ -14145,6 +14151,21 @@ element is a @dfn{mail source type}, followed by an arbitrary number of
@dfn{keywords}. Keywords that are not explicitly specified are given
default values.
+The @code{mail-sources} is global for all mail groups. You can specify
+an additional mail source for a particular group by including the
+@code{group} mail specifier in @code{mail-sources}, and setting a
+@code{mail-source} group parameter (@pxref{Group Parameters}) specifying
+a single mail source. When this is used, @code{mail-sources} is
+typically just @code{(group)}; the @code{mail-source} parameter for a
+group might look like this:
+
+@lisp
+(mail-source . (file :path "home/user/spools/foo.spool"))
+@end lisp
+
+This means that the group's (and only this group's) messages will be
+fetched from the spool file @samp{/user/spools/foo.spool}.
+
The following mail source types are available:
@table @code
@@ -14535,6 +14556,11 @@ An example webmail source:
:user "user-name"
:password "secret")
@end lisp
+
+@item group
+Get the actual mail source from the @code{mail-source} group parameter,
+@xref{Group Parameters}.
+
@end table
@table @dfn