diff lisp/mail/mail-extr.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents dd2896f4c2b7
children 18a818a2ee7c 3ebd9bdb4fe5
line wrap: on
line diff
--- a/lisp/mail/mail-extr.el	Tue Feb 08 23:51:31 2005 +0000
+++ b/lisp/mail/mail-extr.el	Wed Feb 09 15:50:47 2005 +0000
@@ -231,7 +231,7 @@
 If true, then when we see an address like \"Idiot <dumb@stupid.com>\"
 we will act as though we couldn't find a full name in the address."
   :type 'boolean
-  :version "21.4"
+  :version "22.1"
   :group 'mail-extr)
 
 (defcustom mail-extr-ignore-realname-equals-mailbox-name t
@@ -1411,7 +1411,7 @@
 		    (setq names-match-flag nil))
 		(setq i (1+ i)))
 	      (delete-region (+ (point-min) buffer-length) (point-max))
-	      (and names-match-flag 
+	      (and names-match-flag
 			   mail-extr-ignore-realname-equals-mailbox-name
 			   (narrow-to-region (point) (point)))))