X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lisp%2Fmail-parse.el;h=d0ce7da9ed7048a11b607483960909bb88c3201f;hb=d58459065ba741e6ba7d0ac9c7275cd5d28a4318;hp=6b5d412b4012b6cbe85892a83ddf4830f8cb6f78;hpb=699b0f6f3746e2405e7324922a3d6211b1e39ec2;p=elisp%2Fgnus.git- diff --git a/lisp/mail-parse.el b/lisp/mail-parse.el index 6b5d412..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,99 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)