projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5131786
)
(gnus-bbdb/update-record): Check existance of `To' field before decoding.
author
keiichi
<keiichi>
Fri, 30 Oct 1998 10:51:17 +0000
(10:51 +0000)
committer
keiichi
<keiichi>
Fri, 30 Oct 1998 10:51:17 +0000
(10:51 +0000)
lisp/gnus-bbdb.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-bbdb.el
b/lisp/gnus-bbdb.el
index
4c274ac
..
9200987
100644
(file)
--- a/
lisp/gnus-bbdb.el
+++ b/
lisp/gnus-bbdb.el
@@
-46,7
+46,8
@@
the user confirms the creation."
(error "message unexists"))
(- (point) 2)))
(let ((to (mail-fetch-field "to")))
- (setq from (mime-decode-field-body to 'To 'unfolding)))))
+ (when to
+ (setq from (mime-decode-field-body to 'To 'unfolding))))))
(when from
(bbdb-annotate-message-sender from t
(or (bbdb-invoke-hook-for-value