Changes committed gnus/texi (ChangeLog gnus.texi)
"Reiner Steib" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus.texi (Mail Source Specifiers): Document `group' specifier. (Group Parameters): Document `mail-source' parameter. Index: ChangeLog diff -u gnus/texi/ChangeLog:7.382 gnus/texi/ChangeLog:7.383 --- ChangeLog:7.382 Wed Jan 16 12:59:22 2008 +++ ChangeLog Thu Jan 24 23:19:04 2008 @@ -1,3 +1,8 @@ +2008-01-24 Michael Sperber <[email protected]> + + * gnus.texi (Mail Source Specifiers): Document `group' specifier. + (Group Parameters): Document `mail-source' parameter. + 2008-01-16 Katsumi Yamaoka <[email protected]> * gnus-news.texi: Mention gnus-article-describe-bindings. Index: gnus.texi diff -u gnus/texi/gnus.texi:7.269 gnus/texi/gnus.texi:7.270 --- gnus.texi:7.269 Wed Jan 9 23:29:46 2008 +++ gnus.texi Thu Jan 24 23:19:04 2008 @@ -3035,6 +3035,12 @@ 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 @@ @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 @@ :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