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:
8c820dc
)
(gnus-draft-decoding-function): Use
author
morioka
<morioka>
Sat, 31 Oct 1998 17:42:56 +0000
(17:42 +0000)
committer
morioka
<morioka>
Sat, 31 Oct 1998 17:42:56 +0000
(17:42 +0000)
`mime-edit-decode-message-in-buffer' instead of
`mime-edit-decode-buffer'.
lisp/gnus-draft.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-draft.el
b/lisp/gnus-draft.el
index
334823a
..
c72ddb9
100644
(file)
--- a/
lisp/gnus-draft.el
+++ b/
lisp/gnus-draft.el
@@
-182,7
+182,7
@@
;;; Utility functions
(defcustom gnus-draft-decoding-function
- #'mime-edit-decode-buffer
+ #'mime-edit-decode-message-in-buffer
"*Function called to decode the message from network representation."
:group 'gnus-agent
:type 'function)