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:
67831c7
)
(mime-bbdb/update-record): Use `mime-decode-field-body' instead of
author
morioka
<morioka>
Sun, 8 Nov 1998 17:39:15 +0000
(17:39 +0000)
committer
morioka
<morioka>
Sun, 8 Nov 1998 17:39:15 +0000
(17:39 +0000)
`eword-decode-structured-field-body'.
mime-bbdb.el
patch
|
blob
|
history
diff --git
a/mime-bbdb.el
b/mime-bbdb.el
index
381655c
..
62bc191
100644
(file)
--- a/
mime-bbdb.el
+++ b/
mime-bbdb.el
@@
-172,7
+172,7
@@
the user confirms the creation."
)
(if from
(bbdb-annotate-message-sender
- (eword-decode-structured-field-body from) t
+ (mime-decode-field-body from 'From) t
(or (bbdb-invoke-hook-for-value mime-bbdb/auto-create-p)
offer-to-create)
offer-to-create))