diff lisp/gnus/gnus-art.el @ 110167:b8559a372ac8

gnus-agent.el: Change the default so that nnimap methods aren't agentized by default. There's apparently many problems related to agent/imap behaviour; gnus-art.el: Don't reuse the 'gnus-data text property, but use a new property. This avoids stomping over other functions that use this for other things; gnus-html.el: Add a new `i' command to insert images.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sat, 04 Sep 2010 00:21:34 +0000
parents 514c8efbfdbb
children 0d6f1624cdf7
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el	Sat Sep 04 00:12:44 2010 +0000
+++ b/lisp/gnus/gnus-art.el	Sat Sep 04 00:21:34 2010 +0000
@@ -7832,8 +7832,8 @@
 					 'gnus-button-push from)
 		(gnus-put-text-property
 		 start end
-		 'gnus-data (buffer-substring-no-properties
-			     start end))))))))))
+		 'gnus-string (buffer-substring-no-properties
+			       start end))))))))))
 
 (defun gnus-article-extend-url-button (beg start end)
   "Extend url button if url is folded into two or more lines.
@@ -7945,7 +7945,7 @@
   "Copy the string in the button to the kill ring."
   (interactive)
   (gnus-article-check-buffer)
-  (let ((data (get-text-property (point) 'gnus-data)))
+  (let ((data (get-text-property (point) 'gnus-string)))
     (when data
       (with-temp-buffer
 	(insert data)