Go to the first, previous, next, last section, table of contents.


3.2 Non-MIME

Gnus also understands some non-MIME attachments, such as postscript, uuencode, binhex, shar, forward, gnatsweb, pgp. Each of these features can be disabled by add an item into mm-uu-configure-list. For example,

(require 'mm-uu)
(add-to-list 'mm-uu-configure-list '(pgp-signed . disabled))
postscript
Postscript file.
uu
Uuencoded file.
binhex
Binhex encoded file.
shar
Shar archive file.
forward
Non-MIME forwarded message.
gnatsweb
Gnatsweb attachment.
pgp-signed
PGP signed clear text.
pgp-encrypted
PGP encrypted clear text.
pgp-key
PGP public keys.
emacs-sources
Emacs source code. This item works only in the groups matching mm-uu-emacs-sources-regexp.


Go to the first, previous, next, last section, table of contents.