| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Gnus also understands some non-MIME attachments, such as
postscript, uuencode, binhex, yenc, shar, forward, gnatsweb, pgp,
diff. 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
uu
binhex
yenc
shar
forward
gnatsweb
pgp-signed
pgp-encrypted
pgp-key
emacs-sources
mm-uu-emacs-sources-regexp.
diff
mm-uu-diff-groups-regexp.
verbatim-marks
LaTeX
mm-uu-tex-groups-regexp.
Some inlined non-MIME attachments are displayed using the face
mm-uu-extract. By default, no MIME button for these
parts is displayed. You can force displaying a button using K b
(gnus-summary-display-buttonized) or add text/x-verbatim
to gnus-buttonized-mime-types, See section `MIME Commands' in Gnus Manual.