emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/gnus.texi,v
Date: Wed, 07 Jun 2006 16:39:18 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     06/06/07 16:39:16

Index: man/gnus.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/gnus.texi,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- man/gnus.texi       5 Jun 2006 11:44:42 -0000       1.86
+++ man/gnus.texi       7 Jun 2006 16:39:15 -0000       1.87
@@ -7456,7 +7456,7 @@
 
 @vindex gnus-default-article-saver
 You can customize the @code{gnus-default-article-saver} variable to make
-Gnus do what you want it to.  You can use any of the six ready-made
+Gnus do what you want it to.  You can use any of the eight ready-made
 functions below, or you can create your own.
 
 @table @code
@@ -7497,6 +7497,13 @@
 @code{gnus-file-save-name} variable to get a file name to save the
 article in.  The default is @code{gnus-numeric-save-name}.
 
address@hidden gnus-summary-write-body-to-file
address@hidden gnus-summary-write-body-to-file
+Write the article body straight to an ordinary file.  The file is
+overwritten if it exists.  Uses the function in the
address@hidden variable to get a file name to save the
+article in.  The default is @code{gnus-numeric-save-name}.
+
 @item gnus-summary-save-in-folder
 @findex gnus-summary-save-in-folder
 @findex gnus-folder-save-name
@@ -7516,6 +7523,31 @@
 reader to use this setting.
 @end table
 
+The symbol of each function may have the following properties:
+
address@hidden @code
address@hidden :decode
+The value address@hidden means save decoded articles.  This is
+meaningful only with @code{gnus-summary-save-in-file},
address@hidden,
address@hidden, and
address@hidden
+
address@hidden :function
+The value specifies an alternative function which appends, not
+overwrites, articles to a file.  This implies that when saving many
+articles at a time, @code{gnus-prompt-before-saving} is bound to
address@hidden and all articles are saved in a single file.  This is
+meaningful only with @code{gnus-summary-write-to-file} and
address@hidden
+
address@hidden :headers
+The value specifies the symbol of a variable of which the value
+specifies headers to be saved.  If it is omitted,
address@hidden and @code{gnus-saved-headers} control what
+headers should be saved.
address@hidden table
+
 @vindex gnus-article-save-directory
 All of these functions, except for the last one, will save the article
 in the @code{gnus-article-save-directory}, which is initialized from the




reply via email to

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