(smtpmail-via-smtp): Bind `coding-system-for-read' by
authormorioka <morioka>
Thu, 8 Jan 1998 07:18:16 +0000 (07:18 +0000)
committermorioka <morioka>
Thu, 8 Jan 1998 07:18:16 +0000 (07:18 +0000)
`smtpmail-coding-system' to avoid dead-locking in Emacs 20.

lisp/smtpmail.el

index a56e951..25b29b2 100644 (file)
@@ -328,6 +328,7 @@ This is relative to `smtpmail-queue-dir'.")
        greeting
        process-buffer
        (supported-extensions '())
+       (coding-system-for-read smtpmail-coding-system)
        (coding-system-for-write smtpmail-coding-system))
     (unwind-protect
        (catch 'done