mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Make gnus-uu-view-with-metamail obsolete
The metamail package was last released in 1994, and has been removed from most GNU/Linux distributions due to being buggy and unmaintained. * lisp/gnus/gnus-uu.el (gnus-uu-view-with-metamail): Make obsolete. * doc/misc/gnus.texi (Other Decode Variables): Don't document above obsolete variable.
This commit is contained in:
parent
d5174ed4ea
commit
6137ebd5a4
2 changed files with 2 additions and 9 deletions
|
|
@ -8619,14 +8619,6 @@ uuencoded files that have had trailing spaces deleted.
|
||||||
@vindex gnus-uu-pre-uudecode-hook
|
@vindex gnus-uu-pre-uudecode-hook
|
||||||
Hook run before sending a message to @code{uudecode}.
|
Hook run before sending a message to @code{uudecode}.
|
||||||
|
|
||||||
@item gnus-uu-view-with-metamail
|
|
||||||
@vindex gnus-uu-view-with-metamail
|
|
||||||
@cindex metamail
|
|
||||||
Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
|
|
||||||
commands defined by the rule variables and just fudge a @acronym{MIME}
|
|
||||||
content type based on the file name. The result will be fed to
|
|
||||||
@code{metamail} for viewing.
|
|
||||||
|
|
||||||
@item gnus-uu-save-in-digest
|
@item gnus-uu-save-in-digest
|
||||||
@vindex gnus-uu-save-in-digest
|
@vindex gnus-uu-save-in-digest
|
||||||
Non-@code{nil} means that @code{gnus-uu}, when asked to save without
|
Non-@code{nil} means that @code{gnus-uu}, when asked to save without
|
||||||
|
|
|
||||||
|
|
@ -260,9 +260,10 @@ Default is t."
|
||||||
"Non-nil means that files will be viewed with metamail.
|
"Non-nil means that files will be viewed with metamail.
|
||||||
The gnus-uu viewing functions will be ignored and gnus-uu will try
|
The gnus-uu viewing functions will be ignored and gnus-uu will try
|
||||||
to guess at a content-type based on file name suffixes. Default
|
to guess at a content-type based on file name suffixes. Default
|
||||||
it nil."
|
is nil."
|
||||||
:group 'gnus-extract
|
:group 'gnus-extract
|
||||||
:type 'boolean)
|
:type 'boolean)
|
||||||
|
(make-obsolete-variable 'gnus-uu-view-with-metamail "don't use it." "29.1")
|
||||||
|
|
||||||
(defcustom gnus-uu-unmark-articles-not-decoded nil
|
(defcustom gnus-uu-unmark-articles-not-decoded nil
|
||||||
"If non-nil, gnus-uu will mark unsuccessfully decoded articles as unread.
|
"If non-nil, gnus-uu will mark unsuccessfully decoded articles as unread.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue