(gnus-cache-possibly-enter-article): Use `mime-entity-fetch-field'
authortomo <tomo>
Thu, 2 Mar 2000 05:51:24 +0000 (05:51 +0000)
committertomo <tomo>
Thu, 2 Mar 2000 05:51:24 +0000 (05:51 +0000)
instead of `mime-fetch-field'.

lisp/gnus-cache.el

index cea1735..fceaa83 100644 (file)
@@ -204,8 +204,8 @@ it's not cached."
              ;; [number subject from date id references chars lines xref]
              (insert (format "%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t%s\t\n"
                              (mail-header-number headers)
-                             (mime-fetch-field 'Subject headers)
-                             (mime-fetch-field 'From headers)
+                             (mime-entity-fetch-field headers 'Subject)
+                             (mime-entity-fetch-field headers 'From)
                              (mail-header-date headers)
                              (mail-header-id headers)
                              (or (mail-header-references headers) "")