bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2941: rmail's new handling of Babyl files is odd


From: Richard M Stallman
Subject: bug#2941: rmail's new handling of Babyl files is odd
Date: Tue, 14 Apr 2009 17:15:30 -0400

    emacs -Q
    C-u M-x rmail RET foo RET  ; foo is a Babyl file with > 1 message
    d
    s
    y

Does this patch give good results?

*** rmail.el.~1.534.~   2009-04-10 10:13:07.000000000 -0400
--- rmail.el    2009-04-14 16:15:38.000000000 -0400
***************
*** 1458,1463 ****
--- 1458,1464 ----
    "Expunge and save RMAIL file."
    (interactive)
    (set-buffer rmail-buffer)
+   (rmail-modify-format)
    (rmail-expunge)
    ;; No need to swap buffers: rmail-write-region-annotate takes care of it.
    ;; (rmail-swap-buffers-maybe)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]