]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/mailheader.el
(rmail-spam-filter): Only check white list if `message-sender' is non-nil.
[gnu-emacs] / lisp / mail / mailheader.el
index 312794a9dee7c44c0298fd0c97f4d6317ad9663f..1eac0dfa3a3db06a3a161a99bc85f96fe697316f 100644 (file)
@@ -1,4 +1,4 @@
-;;; mailheader.el --- Mail header parsing, merging, formatting
+;;; mailheader.el --- mail header parsing, merging, formatting
 
 ;; Copyright (C) 1996 by Free Software Foundation, Inc.
 
@@ -36,7 +36,7 @@
 ;; The car of each element in the message-header alist is a symbol whose
 ;; print name is the name of the header, in all lower-case.  The cdr of an
 ;; element depends on the operation.  After extracting headers from a
-;; messge, it is a string, the value of the header.  An extracted set of
+;; message, it is a string, the value of the header.  An extracted set of
 ;; headers may be parsed further, which may turn it into a list, whose car
 ;; is the original value and whose subsequent elements depend on the
 ;; header.  For formatting, it is evaluated to obtain the strings to be
@@ -191,4 +191,5 @@ A key of nil has as its value a list of defaulted headers to ignore."
 
 (provide 'mailheader)
 
+;;; arch-tag: 6e7aa221-80b5-4b3d-b46f-fd66ab567be0
 ;;; mailheader.el ends here