From 384e742b0e2404eb1b709fc7b2e75fcd1b9c2632 Mon Sep 17 00:00:00 2001 From: Henrik Enberg Date: Mon, 16 Jan 2006 01:32:30 +0000 Subject: [PATCH] fix misplaced parens --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index fa4218bc365..c8e6d63e78a 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -280,7 +280,7 @@ It is useful to set this variable in the site customization file.") "\\|^x-importance:\\|^envelope-to:\\|^delivery-date:" "\\|^x-importance:\\|^envelope-to:\\|^delivery-date:" "\\|^x-*-priority:\\|x-mimeole:" - "\\|^x-babyl-v6-attributes:\\|x-babyl-v6-keywords:") + "\\|^x-babyl-v6-attributes:\\|x-babyl-v6-keywords:" "\\|^x-.*:") "*Regexp to match header fields that Rmail should normally hide. \(See also `rmail-nonignored-headers', which overrides this regexp.) -- 2.39.5