diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-14 17:15:23 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-14 23:46:33 +0200 |
commit | 6137ebd5a491130277a783ac05cb2ae114fb4edc (patch) | |
tree | 2c150220b331414b535ada2042640a33d5d141dc /lisp/gnus/gnus-uu.el | |
parent | d5174ed4eabf877b9f42ab2cf45738d2a4f38701 (diff) | |
download | emacs-6137ebd5a491130277a783ac05cb2ae114fb4edc.tar.gz emacs-6137ebd5a491130277a783ac05cb2ae114fb4edc.tar.bz2 emacs-6137ebd5a491130277a783ac05cb2ae114fb4edc.zip |
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.
Diffstat (limited to 'lisp/gnus/gnus-uu.el')
-rw-r--r-- | lisp/gnus/gnus-uu.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-uu.el b/lisp/gnus/gnus-uu.el index 6990d8ee778..ee6cab365f3 100644 --- a/lisp/gnus/gnus-uu.el +++ b/lisp/gnus/gnus-uu.el @@ -260,9 +260,10 @@ Default is t." "Non-nil means that files will be viewed with metamail. 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 -it nil." +is nil." :group 'gnus-extract :type 'boolean) +(make-obsolete-variable 'gnus-uu-view-with-metamail "don't use it." "29.1") (defcustom gnus-uu-unmark-articles-not-decoded nil "If non-nil, gnus-uu will mark unsuccessfully decoded articles as unread. |