* gnus.texi (Using MIME): Addition.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 31 Dec 2001 00:52:50 +0000 (00:52 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 31 Dec 2001 00:52:50 +0000 (00:52 +0000)
texi/ChangeLog
texi/gnus.texi

index 4fb25a0..c052fd1 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Using MIME): Addition.
+
 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (X-Face): Made into own node.
index 9689bcd..7421b7c 100644 (file)
@@ -10032,33 +10032,39 @@ The following commands are available when you have placed point over a
 @table @kbd
 @findex gnus-article-press-button
 @item RET (Article)
+@kindex RET (Article)
 @itemx BUTTON-2 (Article)
 Toggle displaying of the @sc{mime} object
 (@code{gnus-article-press-button}).
 
 @findex gnus-mime-view-part
 @item M-RET (Article)
+@kindex M-RET (Article)
 @itemx v (Article)
 Prompt for a method, and then view the @sc{mime} object using this
 method (@code{gnus-mime-view-part}).
 
 @findex gnus-mime-view-part-as-type
 @item t (Article)
+@kindex t (Article)
 View the @sc{mime} object as if it were a different @sc{mime} media type
 (@code{gnus-mime-view-part-as-type}).
 
 @findex gnus-mime-view-part-as-charset
-@itemx C (Article)
+@item C (Article)
+@kindex C (Article)
 Prompt for a charset, and then view the @sc{mime} object using this
 charset (@code{gnus-mime-view-part-as-charset}).
 
 @findex gnus-mime-save-part
 @item o (Article)
+@kindex o (Article)
 Prompt for a file name, and then save the @sc{mime} object
 (@code{gnus-mime-save-part}).
 
 @findex gnus-mime-save-part-and-strip
 @item C-o (Article)
+@kindex C-o (Article)
 Prompt for a file name, then save the @sc{mime} object and strip it from
 the article.  Then proceed to article editing, where a reasonable
 suggestion is being made on how the altered article should look
@@ -10068,11 +10074,20 @@ message/external-body @sc{mime} type.
 
 @findex gnus-mime-copy-part
 @item c (Article)
+@kindex c (Article)
 Copy the @sc{mime} object to a fresh buffer and display this buffer
 (@code{gnus-mime-copy-part}).
 
+@findex gnus-mime-print-part
+@item p (Article)
+@kindex p (Article)
+Print the @sc{mime} object (@code{gnus-mime-print-part}).  This
+command respects the @samp{print=} specifications in the
+@file{.mailcap} file.
+
 @findex gnus-mime-inline-part
 @item i (Article)
+@kindex i (Article)
 Insert the contents of the @sc{mime} object into the buffer
 (@code{gnus-mime-inline-part}) as text/plain.  If given a prefix, insert
 the raw contents without decoding.  If given a numerical prefix, you can
@@ -10082,21 +10097,25 @@ Article}).
 
 @findex gnus-mime-internalize-part
 @item E (Article)
+@kindex E (Article)
 View the @sc{mime} object with an internal viewer.  If no internal
 viewer is available, use an external viewer
 (@code{gnus-mime-internalize-part}).
 
 @findex gnus-mime-externalize-part
 @item e (Article)
+@kindex e (Article)
 View the @sc{mime} object with an external viewer.
 (@code{gnus-mime-externalize-part}).
 
 @findex gnus-mime-pipe-part
 @item | (Article)
+@kindex | (Article)
 Output the @sc{mime} object to a process (@code{gnus-mime-pipe-part}).
 
 @findex gnus-mime-action-on-part
 @item . (Article)
+@kindex . (Article)
 Interactively run an action on the @sc{mime} object
 (@code{gnus-mime-action-on-part}).