(gnus-draft-decoding-function): Use
authormorioka <morioka>
Sat, 31 Oct 1998 17:42:56 +0000 (17:42 +0000)
committermorioka <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

index 334823a..c72ddb9 100644 (file)
 ;;; 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)