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
48c9482c
Commit
48c9482c
authored
Oct 22, 2010
by
Katsumi Yamaoka
Browse files
mml.el (mml-preview): Fix last change.
parent
f9bbc77a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
lisp/gnus/mml.el
lisp/gnus/mml.el
+5
-6
No files found.
lisp/gnus/mml.el
View file @
48c9482c
...
...
@@ -1494,12 +1494,11 @@ or the `pop-to-buffer' function."
(
copy-sequence
(
if
(
message-news-p
)
message-required-news-headers
message-required-mail-headers
)))
(
if
(
and
(
not
article-editing
)
(
re-search-forward
(
concat
"^"
(
regexp-quote
mail-header-separator
)
"\n"
)
nil
t
))
(
replace-match
"\n"
))
(
setq
mail-header-separator
""
)
(
unless
article-editing
(
if
(
re-search-forward
(
concat
"^"
(
regexp-quote
mail-header-separator
)
"\n"
)
nil
t
)
(
replace-match
"\n"
))
(
setq
mail-header-separator
""
))
(
message-sort-headers
)
(
mml-to-mime
))
(
if
raw
...
...
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