diff lisp/gnus/nnir.el @ 111832:7e8cf0f45075

nnir.el (nnir-request-move-article): Remove obsolete code. shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 06 Dec 2010 03:59:56 +0000
parents 79219ca01c7b
children 94c9743593b9
line wrap: on
line diff
--- a/lisp/gnus/nnir.el	Sun Dec 05 23:29:50 2010 +0000
+++ b/lisp/gnus/nnir.el	Mon Dec 06 03:59:56 2010 +0000
@@ -676,10 +676,7 @@
 	 (to-newsgroup (nth 1 accept-form))
 	 (to-method (gnus-find-method-for-group to-newsgroup))
 	 (from-method (gnus-find-method-for-group artfullgroup))
-	 (move-is-internal (gnus-server-equal from-method to-method))
-	 (artsubject (mail-header-subject
-		      (gnus-data-header
-		       (assoc article (gnus-data-list nil))))))
+	 (move-is-internal (gnus-server-equal from-method to-method)))
     (unless (gnus-check-backend-function
 	     'request-move-article artfullgroup)
       (error "The group %s does not support article moving" artfullgroup))