2001-12-16 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Sun, 16 Dec 2001 18:12:19 +0000 (18:12 +0000)
committerSimon Josefsson <jas@extundo.com>
Sun, 16 Dec 2001 18:12:19 +0000 (18:12 +0000)
* gnus.texi (Saving Articles): Add muttprint.
(Article Commands): Mention muttprint.

texi/ChangeLog
texi/gnus.texi

index 43b80d5..7479b64 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-16  Simon Josefsson  <jas@extundo.com>
+
+       * gnus.texi (Saving Articles): Add muttprint.
+       (Article Commands): Mention muttprint.
+
 2001-12-15  Simon Josefsson  <jas@extundo.com>
 
        * gnus.texi (Virtual Groups): Fix.  From Raymond Scholz
index 1f3cb81..a886cbf 100644 (file)
@@ -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