Synch to No Gnus 200402240748.
[elisp/gnus.git-] / lisp / gnus-util.el
index 60fff97..6021b19 100644 (file)
@@ -195,8 +195,7 @@ is slower."
   "Return the value of the header FIELD of current article."
   (save-excursion
     (save-restriction
-      (let ((case-fold-search t)
-           (inhibit-point-motion-hooks t))
+      (let ((inhibit-point-motion-hooks t))
        (nnheader-narrow-to-headers)
        (message-fetch-field field)))))