diff options
| author | Miles Bader | 2006-06-07 16:39:16 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-06-07 16:39:16 +0000 |
| commit | 26c9afc3239e18b03537faaea33e3e82e28099e6 (patch) | |
| tree | 41efa20fcb13fa610ca48a497f9adc8a1b849b6b /man | |
| parent | 3f168e293115114a645fd9ac9fa8855a21ade478 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | man/gnus.texi | 34 |
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 @@ | |||
| 1 | 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 2 | |||
| 3 | * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail. | ||
| 4 | |||
| 1 | 2006-06-07 Nick Roberts <nickrob@snap.net.nz> | 5 | 2006-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 |
| 7458 | You can customize the @code{gnus-default-article-saver} variable to make | 7458 | You can customize the @code{gnus-default-article-saver} variable to make |
| 7459 | Gnus do what you want it to. You can use any of the six ready-made | 7459 | Gnus do what you want it to. You can use any of the eight ready-made |
| 7460 | functions below, or you can create your own. | 7460 | functions 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 |
| 7498 | article in. The default is @code{gnus-numeric-save-name}. | 7498 | article 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 | ||
| 7502 | Write the article body straight to an ordinary file. The file is | ||
| 7503 | overwritten if it exists. Uses the function in the | ||
| 7504 | @code{gnus-file-save-name} variable to get a file name to save the | ||
| 7505 | article 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 | |||
| 7516 | reader to use this setting. | 7523 | reader to use this setting. |
| 7517 | @end table | 7524 | @end table |
| 7518 | 7525 | ||
| 7526 | The symbol of each function may have the following properties: | ||
| 7527 | |||
| 7528 | @table @code | ||
| 7529 | @item :decode | ||
| 7530 | The value non-@code{nil} means save decoded articles. This is | ||
| 7531 | meaningful 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 | ||
| 7537 | The value specifies an alternative function which appends, not | ||
| 7538 | overwrites, articles to a file. This implies that when saving many | ||
| 7539 | articles 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 | ||
| 7541 | meaningful only with @code{gnus-summary-write-to-file} and | ||
| 7542 | @code{gnus-summary-write-body-to-file}. | ||
| 7543 | |||
| 7544 | @item :headers | ||
| 7545 | The value specifies the symbol of a variable of which the value | ||
| 7546 | specifies headers to be saved. If it is omitted, | ||
| 7547 | @code{gnus-save-all-headers} and @code{gnus-saved-headers} control what | ||
| 7548 | headers should be saved. | ||
| 7549 | @end table | ||
| 7550 | |||
| 7519 | @vindex gnus-article-save-directory | 7551 | @vindex gnus-article-save-directory |
| 7520 | All of these functions, except for the last one, will save the article | 7552 | All of these functions, except for the last one, will save the article |
| 7521 | in the @code{gnus-article-save-directory}, which is initialized from the | 7553 | in the @code{gnus-article-save-directory}, which is initialized from the |