aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMiles Bader2006-06-07 16:39:16 +0000
committerMiles Bader2006-06-07 16:39:16 +0000
commit26c9afc3239e18b03537faaea33e3e82e28099e6 (patch)
tree41efa20fcb13fa610ca48a497f9adc8a1b849b6b /man
parent3f168e293115114a645fd9ac9fa8855a21ade478 (diff)
downloademacs-26c9afc3239e18b03537faaea33e3e82e28099e6.tar.gz
emacs-26c9afc3239e18b03537faaea33e3e82e28099e6.zip
Merge from gnus--rel--5.10
Patches applied: * gnus--rel--5.10 (patch 103-104) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-295
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog4
-rw-r--r--man/gnus.texi34
2 files changed, 37 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index cefa3606171..1e491962d61 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
4
12006-06-07 Nick Roberts <nickrob@snap.net.nz> 52006-06-07 Nick Roberts <nickrob@snap.net.nz>
2 6
3 * building.texi (Watch Expressions): Move node to end. 7 * building.texi (Watch Expressions): Move node to end.
diff --git a/man/gnus.texi b/man/gnus.texi
index 3cac858469c..91c223155b1 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -7456,7 +7456,7 @@ files.
7456 7456
7457@vindex gnus-default-article-saver 7457@vindex gnus-default-article-saver
7458You can customize the @code{gnus-default-article-saver} variable to make 7458You can customize the @code{gnus-default-article-saver} variable to make
7459Gnus do what you want it to. You can use any of the six ready-made 7459Gnus do what you want it to. You can use any of the eight ready-made
7460functions below, or you can create your own. 7460functions below, or you can create your own.
7461 7461
7462@table @code 7462@table @code
@@ -7497,6 +7497,13 @@ Append the article body to an ordinary file. Uses the function in the
7497@code{gnus-file-save-name} variable to get a file name to save the 7497@code{gnus-file-save-name} variable to get a file name to save the
7498article in. The default is @code{gnus-numeric-save-name}. 7498article in. The default is @code{gnus-numeric-save-name}.
7499 7499
7500@item gnus-summary-write-body-to-file
7501@findex gnus-summary-write-body-to-file
7502Write the article body straight to an ordinary file. The file is
7503overwritten if it exists. Uses the function in the
7504@code{gnus-file-save-name} variable to get a file name to save the
7505article in. The default is @code{gnus-numeric-save-name}.
7506
7500@item gnus-summary-save-in-folder 7507@item gnus-summary-save-in-folder
7501@findex gnus-summary-save-in-folder 7508@findex gnus-summary-save-in-folder
7502@findex gnus-folder-save-name 7509@findex gnus-folder-save-name
@@ -7516,6 +7523,31 @@ Save the article in a VM folder. You have to have the VM mail
7516reader to use this setting. 7523reader to use this setting.
7517@end table 7524@end table
7518 7525
7526The symbol of each function may have the following properties:
7527
7528@table @code
7529@item :decode
7530The value non-@code{nil} means save decoded articles. This is
7531meaningful only with @code{gnus-summary-save-in-file},
7532@code{gnus-summary-save-body-in-file},
7533@code{gnus-summary-write-to-file}, and
7534@code{gnus-summary-write-body-to-file}.
7535
7536@item :function
7537The value specifies an alternative function which appends, not
7538overwrites, articles to a file. This implies that when saving many
7539articles at a time, @code{gnus-prompt-before-saving} is bound to
7540@code{t} and all articles are saved in a single file. This is
7541meaningful only with @code{gnus-summary-write-to-file} and
7542@code{gnus-summary-write-body-to-file}.
7543
7544@item :headers
7545The value specifies the symbol of a variable of which the value
7546specifies headers to be saved. If it is omitted,
7547@code{gnus-save-all-headers} and @code{gnus-saved-headers} control what
7548headers should be saved.
7549@end table
7550
7519@vindex gnus-article-save-directory 7551@vindex gnus-article-save-directory
7520All of these functions, except for the last one, will save the article 7552All of these functions, except for the last one, will save the article
7521in the @code{gnus-article-save-directory}, which is initialized from the 7553in the @code{gnus-article-save-directory}, which is initialized from the