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
f14055b1
Commit
f14055b1
authored
Aug 17, 1996
by
Richard M. Stallman
Browse files
(rmail-ignored-headers): Hide X-char* and X-face, but not Sender.
parent
4f2c8fbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/mail/rmail.el
lisp/mail/rmail.el
+2
-2
No files found.
lisp/mail/rmail.el
View file @
f14055b1
...
...
@@ -74,8 +74,8 @@ 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:\\|^
sender
:\\|^
X
-mailer:")
"*Regexp to match
H
eader fields that Rmail should normally hide.")
(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
h
eader
fields
that
Rmail
should
normally
hide.
")
;;;###autoload
(defvar rmail-displayed-headers nil
...
...
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