projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53ffaad
)
(mime-bbdb/update-record): Use `mime-entity-fetch-field' instead of
author
morioka
<morioka>
Wed, 28 Jul 1999 14:54:43 +0000
(14:54 +0000)
committer
morioka
<morioka>
Wed, 28 Jul 1999 14:54:43 +0000
(14:54 +0000)
`mime-fetch-field'.
mime-bbdb.el
patch
|
blob
|
history
diff --git
a/mime-bbdb.el
b/mime-bbdb.el
index
39913df
..
1b61d64
100644
(file)
--- a/
mime-bbdb.el
+++ b/
mime-bbdb.el
@@
-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