branch: externals/ebdb
commit ca4516bd5ccefad77aeb3084f28ec84f057b4d32
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Use mail-decode-encoded-word-string on returned MUA headers
* ebdb-mua.el (ebdb-get-address-components): Why was this not
happening before?
---
ebdb-mua.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ebdb-mua.el b/ebdb-mua.el
index ed47c9b..6958476 100644
--- a/ebdb-mua.el
+++ b/ebdb-mua.el
@@ -746,6 +746,7 @@ are discarded as appropriate."
(dolist (headers message-headers)
(dolist (header (cdr headers))
(when (setq content (ebdb-message-header header))
+ (setq content (mail-decode-encoded-word-string content))
(dolist (address (ebdb-extract-address-components content t))
(setq mail (cadr address))
;; Ignore addresses that should be ignored.