From: Simon Josefsson Date: Sun, 16 Dec 2001 18:12:19 +0000 (+0000) Subject: 2001-12-16 Simon Josefsson X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=0363c458b7afb1f267138ab2ef5145b5a0424366 2001-12-16 Simon Josefsson * gnus.texi (Saving Articles): Add muttprint. (Article Commands): Mention muttprint. --- diff --git a/texi/ChangeLog b/texi/ChangeLog index 43b80d5e5..7479b64ab 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,8 @@ +2001-12-16 Simon Josefsson + + * gnus.texi (Saving Articles): Add muttprint. + (Article Commands): Mention muttprint. + 2001-12-15 Simon Josefsson * gnus.texi (Virtual Groups): Fix. From Raymond Scholz diff --git a/texi/gnus.texi b/texi/gnus.texi index 1f3cb8119..a886cbfc4 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -6932,6 +6932,17 @@ Save the current article in a VM folder @findex gnus-summary-pipe-output Save the current article in a pipe. Uhm, like, what I mean is---Pipe the current article to a process (@code{gnus-summary-pipe-output}). + +@item O P +@kindex O P (Summary) +@findex gnus-summary-muttprint +@vindex gnus-summary-muttprint-program +Save the current article into muttprint. That is, print it using the +external program Muttprint (see +@uref{http://muttprint.sourceforge.net/}). The program name and +options to use is controlled by the variable +@code{gnus-summary-muttprint-program}. (@code{gnus-summary-muttprint}). + @end table @vindex gnus-prompt-before-saving @@ -8702,8 +8713,9 @@ something like @vindex gnus-ps-print-hook @findex gnus-summary-print-article Generate and print a PostScript image of the article buffer -(@code{gnus-summary-print-article}). @code{gnus-ps-print-hook} will be -run just before printing the buffer. +(@code{gnus-summary-print-article}). @code{gnus-ps-print-hook} will +be run just before printing the buffer. An alternative way to print +article is to use Muttprint (@pxref{Saving Articles}). @end table