(bbdb-extract-field-value): Use `eword-decode-string' instead of
authortomo <tomo>
Thu, 19 Aug 1999 05:02:39 +0000 (05:02 +0000)
committertomo <tomo>
Thu, 19 Aug 1999 05:02:39 +0000 (05:02 +0000)
`mime-eword/decode-string'.
(tm-bbdb/canonicalize-full-name-methods): Likewise.

tm-bbdb.el

index 06ea9ef..32526fc 100644 (file)
@@ -29,7 +29,7 @@
 ;;; Code:
 
 (require 'std11)
-(require 'tm-ew-d)
+(require 'eword-decode)
 (require 'tm-view)
 (if (module-installed-p 'bbdb-com)
     (require 'bbdb-com)
@@ -110,7 +110,7 @@ For framepop users: If empty, `framepop-banish' is used instead.")
       (defun bbdb-extract-field-value (field)
         (let ((value (tm:bbdb-extract-field-value field)))
           (and value
-               (mime-eword/decode-string value))))
+               (eword-decode-string value))))
       ))
 
 
@@ -142,7 +142,7 @@ For framepop users: If empty, `framepop-banish' is used instead.")
     ))
 
 (defvar tm-bbdb/canonicalize-full-name-methods
-  '(mime-eword/decode-string
+  '(eword-decode-string
     tm-bbdb/canonicalize-dots
     tm-bbdb/canonicalize-spaces))