diff lisp/gnus/mm-decode.el @ 111070:25ddbcf2f2ea

Allow nnimap article editing (sort of). gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles that have gotten new numbers. nnimap.el (nnimap-request-replace-article): New function.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 21 Oct 2010 01:23:34 +0000
parents e36c65ac23bf
children d0c566960277
line wrap: on
line diff
--- a/lisp/gnus/mm-decode.el	Thu Oct 21 00:33:40 2010 +0000
+++ b/lisp/gnus/mm-decode.el	Thu Oct 21 01:23:34 2010 +0000
@@ -1690,7 +1690,7 @@
 	(shr-blocked-images (if (and (boundp 'gnus-summary-buffer)
 				     (buffer-name gnus-summary-buffer))
 				(with-current-buffer gnus-summary-buffer
-				  gnus-blocked-images)
+				  (gnus-blocked-images))
 			      shr-blocked-images))
 	(shr-content-function (lambda (id)
 				(let ((handle (mm-get-content-id id)))