Synch to No Gnus 200402240748.
[elisp/gnus.git-] / lisp / gnus-util.el
index 455ed93..6021b19 100644 (file)
@@ -41,7 +41,6 @@
   (defvar nnmail-pathname-coding-system))
 (eval-when-compile (require 'static))
 
-(require 'custom)
 (require 'time-date)
 (require 'netrc)
 
@@ -196,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)))))