Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e4269dcb
Commit
e4269dcb
authored
Aug 17, 1996
by
Erik Naggum
Browse files
(rmail-ignored-headers): Remove extra paren.
parent
f14055b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/mail/rmail.el
lisp/mail/rmail.el
+1
-1
No files found.
lisp/mail/rmail.el
View file @
e4269dcb
...
...
@@ -74,7 +74,7 @@ value is the user's name.)
It
is
useful
to
set
this
variable
in
the
site
customization
file.
")
;;;###autoload
(defvar rmail-ignored-headers "
^via:\\|^mail-from:\\|^origin:\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:\\|^\\
(
resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^x-mailer:
"
)
(defvar rmail-ignored-headers "
^via:\\|^mail-from:\\|^origin:\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:\\|^\\
(
resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^x-mailer:
"
"
*Regexp
to
match
header
fields
that
Rmail
should
normally
hide.
")
;;;###autoload
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment