comparison lisp/gnus/mm-uu.el @ 90988:492971a3f31f unicode-xft-base

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 816-823) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 59-69) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 237-238) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-235
author Miles Bader <miles@gnu.org>
date Tue, 24 Jul 2007 01:23:55 +0000
parents 95d0cdf160ea 364c3b96da93
children f55f9811f5d7
comparison
equal deleted inserted replaced
90987:b2d8a283f27e 90988:492971a3f31f
160 mm-uu-diff-test)) 160 mm-uu-diff-test))
161 "A list of specifications for non-MIME attachments. 161 "A list of specifications for non-MIME attachments.
162 Each element consist of the following entries: label, 162 Each element consist of the following entries: label,
163 start-regexp, end-regexp, extract-function, test-function. 163 start-regexp, end-regexp, extract-function, test-function.
164 164
165 After modifying this list you must run \\[mm-uu-configure].") 165 After modifying this list you must run \\[mm-uu-configure].
166
167 You can disable elements from this list by customizing
168 `mm-uu-configure-list'.")
166 169
167 (defcustom mm-uu-configure-list '((shar . disabled)) 170 (defcustom mm-uu-configure-list '((shar . disabled))
168 "A list of mm-uu configuration. 171 "A list of mm-uu configuration.
169 To disable dissecting shar codes, for instance, add 172 To disable dissecting shar codes, for instance, add
170 `(shar . disabled)' to this list." 173 `(shar . disabled)' to this list."