emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/misc/gnus.texi,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/doc/misc/gnus.texi,v
Date: Mon, 28 Jan 2008 03:51:32 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/01/28 03:51:31

Index: doc/misc/gnus.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/gnus.texi,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- doc/misc/gnus.texi  10 Jan 2008 14:18:22 -0000      1.13
+++ doc/misc/gnus.texi  28 Jan 2008 03:51:29 -0000      1.14
@@ -3035,6 +3035,12 @@
 If it is set, the value is used as the method for posting message
 instead of @code{gnus-post-method}.
 
address@hidden mail-source
address@hidden mail-source
+If it is set, and the setting of @code{mail-sources} includes a
address@hidden 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
address@hidden mail specifier in @code{mail-sources}, and setting a
address@hidden 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:
+
address@hidden
+(mail-source . (file :path "home/user/spools/foo.spool"))
address@hidden 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
+
address@hidden group
+Get the actual mail source from the @code{mail-source} group parameter,
address@hidden Parameters}.
+
 @end table
 
 @table @dfn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]