since the buffer is unibyte anyway.
2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
+ * gnus-soup.el (gnus-soup-send-packet): Don't use
+ mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
+
* nnmh.el: Use with-current-buffer.
(nnmh-request-list-1): Use mm-string-to-multibyte rather than
mm-string-as-multibyte on the output of mm-encode-coding-string.
(mail-fetch-field "to"))
(sit-for 1)
(let ((mail-header-separator ""))
- (mm-with-unibyte-current-buffer
- (funcall (or message-send-mail-real-function
- message-send-mail-function)))))
+ (funcall (or message-send-mail-real-function
+ message-send-mail-function))))
(t
(error "Unknown reply kind")))
(set-buffer msg-buf)
(provide 'gnus-soup)
-;;; arch-tag: eddfa69d-13e8-4aea-84ef-62a526ef185c
+;; arch-tag: eddfa69d-13e8-4aea-84ef-62a526ef185c
;;; gnus-soup.el ends here