gnus-art: do not downcase mailto args
authorJulien Danjou <julien@danjou.info>
Mon, 22 Nov 2010 09:29:20 +0000 (10:29 +0100)
committerJulien Danjou <julien@danjou.info>
Mon, 22 Nov 2010 09:29:20 +0000 (10:29 +0100)
Signed-off-by: Julien Danjou <julien@danjou.info>
lisp/ChangeLog
lisp/gnus-art.el

index 231aa9d..451abc4 100644 (file)
@@ -1,3 +1,7 @@
+2010-11-22  Julien Danjou  <julien@danjou.info>
+
+       * gnus-art.el (gnus-url-mailto): Do not downcase args.
+
 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
 
        * nnir.el: Fix typo in comments.
index 51d3246..53d82ca 100644 (file)
@@ -8155,8 +8155,7 @@ url is put as the `gnus-button-url' overlay property on the button."
                  (if (string-match "^\\([^?]+\\)\\?\\(.*\\)" url)
                      (concat "to=" (match-string 1 url) "&"
                              (match-string 2 url))
-                   (concat "to=" url)))
-               t)
+                   (concat "to=" url))))
          subject (cdr-safe (assoc "subject" args)))
     (gnus-msg-mail)
     (while args