Mercurial > emacs
changeset 88157:db0ffec3dddd
fix misplaced parens
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Mon, 16 Jan 2006 01:32:30 +0000 |
parents | bae375b92d33 |
children | 408bd18a297c |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Mon Jan 16 01:18:13 2006 +0000 +++ b/lisp/mail/rmail.el Mon Jan 16 01:32:30 2006 +0000 @@ -280,7 +280,7 @@ "\\|^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.)