projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d1afcf
)
(mime-header-accept-quoted-encoded-words): New user option.
author
tomo
<tomo>
Sun, 14 Dec 2003 15:13:44 +0000
(15:13 +0000)
committer
tomo
<tomo>
Sun, 14 Dec 2003 15:13:44 +0000
(15:13 +0000)
mime-def.el
patch
|
blob
|
history
diff --git
a/mime-def.el
b/mime-def.el
index
7ed231e
..
cc3d6e8
100644
(file)
--- a/
mime-def.el
+++ b/
mime-def.el
@@
-82,6
+82,12
@@
:type '(choice (integer :tag "Limit (bytes)")
(const :tag "Don't limit" nil)))
+(defcustom mime-header-accept-quoted-encoded-words t
+ "*Accept encoded-words in quoted-strings."
+ :group 'mime-header
+ :type 'boolean)
+
+
;;; @@@ encoding
;;;