1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(url-cid-gnus): Fix typo in header name.

This commit is contained in:
Glenn Morris 2009-01-09 03:19:39 +00:00
parent 67a7fe6539
commit 78892d1be9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-01-09 Glenn Morris <rgm@gnu.org>
* url-cid.el (url-cid-gnus): Fix typo in header name.
2008-11-04 Chong Yidong <cyd@stupidchicken.com>
* url-util.el (url-basepath): Add url-basepath as an alias for

View File

@ -44,7 +44,7 @@
(if (= 0 (length encoding)) (setq encoding "8bit"))
(if (listp content-type)
(setq content-type (car content-type)))
(insert (format "Content-type: %d\r\n" (length data))
(insert (format "Content-length: %d\r\n" (length data))
"Content-type: " content-type "\r\n"
"Content-transfer-encoding: " encoding "\r\n"
"\r\n"