]> git.eshelyaron.com Git - emacs.git/commit
Allow to reset Deleted flag when exporting messages in Rmail
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Jun 2018 08:03:20 +0000 (11:03 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Jun 2018 08:03:20 +0000 (11:03 +0300)
commitca369a8ca67a4cb279a5412cca36109e719a520e
treec65e52d0a1b68e862bef06adbc53c1a0e3a34be0
parentf716ad94a8b0417d006a86baaa1977a40574407c
Allow to reset Deleted flag when exporting messages in Rmail

* lisp/mail/rmailout.el (rmail-output-reset-deleted-flag): New
defcustom.
(rmail-output): When 'rmail-output-reset-deleted-flag' is non-nil,
reset the Deleted flag of the appended messages, and if COUNT is
greater than 1, do not ignore deleted messages.  Update the doc
string accordingly.  (Bug#31271)

* doc/emacs/rmail.texi (Rmail Output): Document
'rmail-output-reset-deleted-flag'.

* etc/NEWS: Mention the new user option.
doc/emacs/rmail.texi
etc/NEWS
lisp/mail/rmailout.el