Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f824857f
Commit
f824857f
authored
Apr 09, 2009
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".
parent
9aadce25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-1
lisp/mail/rmailout.el
lisp/mail/rmailout.el
+1
-1
No files found.
lisp/ChangeLog
View file @
f824857f
2009-04-09 Richard M Stallman <rms@gnu.org>
* mail/rmailout.el (rmail-convert-to-babyl-format): Don't set "unseen".
* mail/rmailout.el (rmail-output-to-rmail-buffer):
Call rmail-modify-format.
.
Call rmail-modify-format.
Don't query before visiting a Babyl file.
Instead, query before modifications that would save it.
...
...
lisp/mail/rmailout.el
View file @
f824857f
...
...
@@ -169,7 +169,7 @@ display message number MSG."
(
save-restriction
(
unless
(
looking-at
"^From "
)
(
error
"Invalid mbox message"
))
(
insert
"\^L\n0,
unseen,
,\n*** EOOH ***\n"
)
(
insert
"\^L\n0,,\n*** EOOH ***\n"
)
(
rmail-nuke-pinhead-header
)
;; Decode base64 or quoted printable contents, Rmail style.
(
let*
((
header-end
(
save-excursion
...
...
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