(gnus-draft-decoding-function): Use `mime-edit-decode-buffer' and
authorkeiichi <keiichi>
Sat, 31 Oct 1998 05:24:09 +0000 (05:24 +0000)
committerkeiichi <keiichi>
Sat, 31 Oct 1998 05:24:09 +0000 (05:24 +0000)
`mime-decode-header-in-buffer'.

lisp/gnus-draft.el

index e29ef9d..a0f2df9 100644 (file)
 ;;; 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)