comparison doc/misc/gnus.texi @ 96498:1f27a4bf06f5

Merge from gnus--devo--0 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1309
author Miles Bader <miles@gnu.org>
date Fri, 04 Jul 2008 00:07:47 +0000
parents 3a9a5b883ec1
children 51b8e9670c45
comparison
equal deleted inserted replaced
96497:885e5368ecb2 96498:1f27a4bf06f5
8512 @item O p 8512 @item O p
8513 @itemx | 8513 @itemx |
8514 @kindex O p (Summary) 8514 @kindex O p (Summary)
8515 @kindex | (Summary) 8515 @kindex | (Summary)
8516 @findex gnus-summary-pipe-output 8516 @findex gnus-summary-pipe-output
8517 @vindex gnus-summary-pipe-output-default-command
8517 Save the current article in a pipe. Uhm, like, what I mean is---Pipe 8518 Save the current article in a pipe. Uhm, like, what I mean is---Pipe
8518 the current article to a process (@code{gnus-summary-pipe-output}). 8519 the current article to a process (@code{gnus-summary-pipe-output}).
8519 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the 8520 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
8520 complete headers in the piped output. 8521 complete headers in the piped output. The
8522 @code{gnus-summary-pipe-output-default-command} variable can be set to a
8523 string containing the default command and options (default @code{nil}).
8521 8524
8522 @item O P 8525 @item O P
8523 @kindex O P (Summary) 8526 @kindex O P (Summary)
8524 @findex gnus-summary-muttprint 8527 @findex gnus-summary-muttprint
8525 @vindex gnus-summary-muttprint-program 8528 @vindex gnus-summary-muttprint-program
8611 8614
8612 @item gnus-summary-save-in-vm 8615 @item gnus-summary-save-in-vm
8613 @findex gnus-summary-save-in-vm 8616 @findex gnus-summary-save-in-vm
8614 Save the article in a VM folder. You have to have the VM mail 8617 Save the article in a VM folder. You have to have the VM mail
8615 reader to use this setting. 8618 reader to use this setting.
8619
8620 @item gnus-summary-save-in-pipe
8621 @findex gnus-summary-save-in-pipe
8622 Pipe the article to a shell command. This function takes optional one
8623 argument; if it is a string, it is used as the command; if it is
8624 @code{nil} or omitted, you will be prompted for the command; if it is
8625 the symbol @code{default}, the command which the
8626 @code{gnus-summary-pipe-output-default-command} variable holds or the
8627 command last used for saving will be used if it is non-@code{nil}. The
8628 command should be a string that the shell can interpret (e.g. the
8629 executable command name and the arguments).
8616 @end table 8630 @end table
8617 8631
8618 The symbol of each function may have the following properties: 8632 The symbol of each function may have the following properties:
8619 8633
8620 @table @code 8634 @table @code
8621 @item :decode 8635 @item :decode
8622 The value non-@code{nil} means save decoded articles. This is 8636 The value non-@code{nil} means save decoded articles. This is
8623 meaningful only with @code{gnus-summary-save-in-file}, 8637 meaningful only with @code{gnus-summary-save-in-file},
8624 @code{gnus-summary-save-body-in-file}, 8638 @code{gnus-summary-save-body-in-file},
8625 @code{gnus-summary-write-to-file}, and 8639 @code{gnus-summary-write-to-file},
8626 @code{gnus-summary-write-body-to-file}. 8640 @code{gnus-summary-write-body-to-file}, and
8641 @code{gnus-summary-save-in-pipe}.
8627 8642
8628 @item :function 8643 @item :function
8629 The value specifies an alternative function which appends, not 8644 The value specifies an alternative function which appends, not
8630 overwrites, articles to a file. This implies that when saving many 8645 overwrites, articles to a file. This implies that when saving many
8631 articles at a time, @code{gnus-prompt-before-saving} is bound to 8646 articles at a time, @code{gnus-prompt-before-saving} is bound to