(mime-bbdb/update-record): Use `mime-entity-fetch-field' instead of
authormorioka <morioka>
Wed, 28 Jul 1999 14:54:43 +0000 (14:54 +0000)
committermorioka <morioka>
Wed, 28 Jul 1999 14:54:43 +0000 (14:54 +0000)
`mime-fetch-field'.

mime-bbdb.el

index 39913df..1b61d64 100644 (file)
@@ -167,7 +167,7 @@ the user confirms the creation."
                 (null (setq addr (car (mime-entity-read-field message 'From))))
                 (string-match (bbdb-user-mail-names)
                              (std11-address-string addr)))
-            (setq from (or (mime-fetch-field 'To message)
+            (setq from (or (mime-entity-fetch-field message 'To)
                           from))
          )
         (if from