# HG changeset patch # User Glenn Morris # Date 1196628857 0 # Node ID d1d8b9ce5e70425915160fa970a673f359ea2d2a # Parent 42d5c84fbcac14a319a84d30f67ca1b21a1eccb7 (mail-strip-quoted-names): Autoload it. diff -r 42d5c84fbcac -r d1d8b9ce5e70 lisp/mh-e/mh-mime.el --- a/lisp/mh-e/mh-mime.el Sun Dec 02 20:21:49 2007 +0000 +++ b/lisp/mh-e/mh-mime.el Sun Dec 02 20:54:17 2007 +0000 @@ -60,6 +60,7 @@ (autoload 'mail-decode-encoded-word-string "mail-parse") (autoload 'mail-header-parse-content-type "mail-parse") (autoload 'mail-header-strip "mail-parse") +(autoload 'mail-strip-quoted-names "mail-utils") (autoload 'message-options-get "message") (autoload 'message-options-set "message") (autoload 'message-options-set-recipient "message")