Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2ec4d9ab
Commit
2ec4d9ab
authored
Nov 02, 2000
by
Miles Bader
Browse files
(mm-uu-configure-list): Move back to old location,
because defcustom tries to call `mm-uu-configure'.
parent
c39e8983
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
lisp/gnus/mm-uu.el
lisp/gnus/mm-uu.el
+12
-12
No files found.
lisp/gnus/mm-uu.el
View file @
2ec4d9ab
...
...
@@ -94,18 +94,6 @@ decoder, such as hexbin."
"The default disposition of uu parts.
This can be either \"inline\" or \"attachment\"."
)
(
defcustom
mm-uu-configure-list
nil
"A list of mm-uu configuration.
To disable dissecting shar codes, for instance, add
`(shar . disabled)' to this list."
:type
'
(
repeat
(
choice
(
const
:tag
"postscript"
(
postscript
.
disabled
))
(
const
:tag
"uu"
(
uu
.
disabled
))
(
const
:tag
"binhax"
(
binhex
.
disabled
))
(
const
:tag
"shar"
(
shar
.
disabled
))
(
const
:tag
"forward"
(
forward
.
disabled
))))
:group
'gnus-article-mime
:set
'mm-uu-configure
)
(
defun
mm-uu-configure-p
(
key
val
)
(
member
(
cons
key
val
)
mm-uu-configure-list
))
...
...
@@ -123,6 +111,18 @@ To disable dissecting shar codes, for instance, add
"-begin-line"
)))))))
'
(
uu
postscript
binhex
shar
forward
)))
(
defcustom
mm-uu-configure-list
nil
"A list of mm-uu configuration.
To disable dissecting shar codes, for instance, add
`(shar . disabled)' to this list."
:type
'
(
repeat
(
choice
(
const
:tag
"postscript"
(
postscript
.
disabled
))
(
const
:tag
"uu"
(
uu
.
disabled
))
(
const
:tag
"binhax"
(
binhex
.
disabled
))
(
const
:tag
"shar"
(
shar
.
disabled
))
(
const
:tag
"forward"
(
forward
.
disabled
))))
:group
'gnus-article-mime
:set
'mm-uu-configure
)
(
mm-uu-configure
)
;;;### autoload
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment