projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51dd14f
)
(gnus-draft-decoding-function): Use `mime-edit-decode-buffer' and
author
keiichi
<keiichi>
Sat, 31 Oct 1998 05:24:09 +0000
(
05:24
+0000)
committer
keiichi
<keiichi>
Sat, 31 Oct 1998 05:24:09 +0000
(
05:24
+0000)
`mime-decode-header-in-buffer'.
lisp/gnus-draft.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-draft.el
b/lisp/gnus-draft.el
index
e29ef9d
..
a0f2df9
100644
(file)
--- a/
lisp/gnus-draft.el
+++ b/
lisp/gnus-draft.el
@@
-184,7
+184,10
@@
;;; Utility functions
(defcustom gnus-draft-decoding-function
- #'mime-edit-decode-buffer
+ (function
+ (lambda ()
+ (mime-edit-decode-buffer nil)
+ (mime-decode-header-in-buffer)))
"*Function called to decode the message from network representation."
:group 'gnus-agent
:type 'function)