* gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
authorReiner Steib <Reiner.Steib@gmx.de>
Tue, 20 Sep 2005 13:45:22 +0000 (13:45 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Tue, 20 Sep 2005 13:45:22 +0000 (13:45 +0000)
gnus-article-delete-part and gnus-article-replace-part.
(Using MIME): Add gnus-mime-replace-part.

* gnus-news.texi: Add gnus-mime-replace-part and
gnus-article-replace-part.

texi/ChangeLog
texi/gnus-news.texi
texi/gnus.texi

index 40676d8..5b66288 100644 (file)
@@ -1,3 +1,12 @@
+2005-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
+       gnus-article-delete-part and gnus-article-replace-part.
+       (Using MIME): Add gnus-mime-replace-part.
+
+       * gnus-news.texi: Add gnus-mime-replace-part and
+       gnus-article-replace-part.
+
 2005-09-20  Simon Josefsson  <jas@extundo.com>
 
        * gnus-coding.texi: New file, from Reiner Steib
index 619f0be..4877a3a 100644 (file)
@@ -53,7 +53,7 @@ format=flowed messages.  Also, flowed text is disabled when sending
 inline @acronym{PGP} signed messages.
 
 @item You can now drag and drop attachments to the Message buffer.
-See @code{mml-dnd-protocol-alist} and @code{mml-dnd-attach-options}
+See @code{mml-dnd-protocol-alist} and @code{mml-dnd-attach-options}.
 @xref{MIME, ,MIME, message, Message Manual}.
 
 @item The option @code{message-yank-empty-prefix} now controls how
@@ -139,6 +139,10 @@ summary lines when using @code{gnus-ignored-from-addresses} can be
 customized with @code{gnus-summary-to-prefix} and
 @code{gnus-summary-newsgroup-prefix}.  @ref{To From Newsgroups}.
 
+@item You can replace @acronym{MIME} parts with external bodies.
+See @code{gnus-mime-replace-part} and @code{gnus-article-replace-part}.
+@xref{MIME Commands}, @ref{Using MIME}.
+
 @end itemize
 @c gnus-news.texi ends here.
 
index 3877031..6c0155e 100644 (file)
@@ -9249,7 +9249,7 @@ Translate the article from one language to another
 @cindex viewing attachments
 
 The following commands all understand the numerical prefix.  For
-instance, @kbd{3 b} means ``view the third @acronym{MIME} part''.
+instance, @kbd{3 K v} means ``view the third @acronym{MIME} part''.
 
 @table @kbd
 @item b
@@ -9262,6 +9262,21 @@ View the @acronym{MIME} part.
 @kindex K o (Summary)
 Save the @acronym{MIME} part.
 
+@item K O
+@kindex K O (Summary)
+Prompt for a file name, then save the @acronym{MIME} part and strip it
+from the article.  The stripped @acronym{MIME} object will be referred
+via the message/external-body @acronym{MIME} type.
+
+@item K r
+@kindex K r (Summary)
+Replace the @acronym{MIME} part with an external body.
+
+@item K d
+@kindex K d (Summary)
+Delete the @acronym{MIME} part and add some information about the
+removed part.
+
 @item K c
 @kindex K c (Summary)
 Copy the @acronym{MIME} part.
@@ -11034,6 +11049,13 @@ like.  The stripped @acronym{MIME} object will be referred via the
 message/external-body @acronym{MIME} type.
 (@code{gnus-mime-save-part-and-strip}).
 
+@findex gnus-mime-replace-part
+@item r (Article)
+@kindex r (Article)
+Prompt for a file name, replace the @acronym{MIME} object with an
+external body refering to the file via the message/external-body
+@acronym{MIME} type.  (@code{gnus-mime-replace-part}).
+
 @findex gnus-mime-delete-part
 @item d (Article)
 @kindex d (Article)
@@ -11041,6 +11063,8 @@ Delete the @acronym{MIME} object from the article and replace it with some
 information about the removed @acronym{MIME} object
 (@code{gnus-mime-delete-part}).
 
+@c FIXME: gnus-auto-select-part should be documented here
+
 @findex gnus-mime-copy-part
 @item c (Article)
 @kindex c (Article)