[gnus git] branch master updated: n0-17-331-gba76b0a =1= (nnimap-insert-partial-structure): The charset parameter isn't case-sensitive.

Lars Magne Ingebrigtsen <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  ba76b0a82ee9051e8b01c4c6f131acce0a9c5a71 (commit)
      from  c52fcc4a0c585ea3770843f80579ad5a00dab7e8 (commit)


- Log -----------------------------------------------------------------
commit ba76b0a82ee9051e8b01c4c6f131acce0a9c5a71
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Mon Sep 26 23:59:18 2011 +0200

    (nnimap-insert-partial-structure): The charset parameter isn't case-sensitive.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 45911bd..14d9bff 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,8 @@
 2011-09-26  Lars Magne Ingebrigtsen  <[email protected]>
 
 	* nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
+	(nnimap-insert-partial-structure): The charset parameter isn't
+	case-sensitive.
 
 	* nnheader.el (nnheader-message-maybe): New function.
 
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 49cceaa..77372c2 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -675,9 +675,10 @@ textual parts.")
 	  (insert (format  "Content-type: %s/%s"
 			   (downcase (nth 0 bit))
 			   (downcase (nth 1 bit))))
-	  (if (member "CHARSET" (nth 2 bit))
+	  (if (member-ignore-case "CHARSET" (nth 2 bit))
 	      (insert (format
-		       "; charset=%S\n" (cadr (member "CHARSET" (nth 2 bit)))))
+		       "; charset=%S\n"
+		       (cadr (member-ignore-case "CHARSET" (nth 2 bit)))))
 	    (insert "\n"))
 	  (insert (format "Content-transfer-encoding: %s\n"
 			  (nth 5 bit)))

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog |    2 ++
 lisp/nnimap.el |   11 ++++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.