X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fmail-parse.el;h=d0ce7da9ed7048a11b607483960909bb88c3201f;hb=a2d6af2c24264119c5aff0ef0063733674eef102;hp=0f7dbcdad5d75217b04dc98fd85699eb4d5c7a66;hpb=8b1305ac117e83bf50d4b562b2a839a627ce50e3;p=elisp%2Fgnus.git- diff --git a/lisp/mail-parse.el b/lisp/mail-parse.el index 0f7dbcd..d0ce7da 100644 --- a/lisp/mail-parse.el +++ b/lisp/mail-parse.el @@ -1,5 +1,6 @@ ;;; mail-parse.el --- Interface functions for parsing mail -;; Copyright (C) 1998 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000 +;; Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; This file is part of GNU Emacs. @@ -36,6 +37,7 @@ ;;; Code: +(require 'mail-prsvr) (require 'ietf-drums) (require 'rfc2231) (require 'rfc2047) @@ -48,6 +50,7 @@ (defalias 'mail-header-remove-comments 'ietf-drums-remove-comments) (defalias 'mail-header-remove-whitespace 'ietf-drums-remove-whitespace) +(defalias 'mail-header-strip 'ietf-drums-strip) (defalias 'mail-header-get-comment 'ietf-drums-get-comment) (defalias 'mail-header-parse-address 'ietf-drums-parse-address) (defalias 'mail-header-parse-addresses 'ietf-drums-parse-addresses)