all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: emacs-bug@rulnick.com
To: Eli Zaretskii <eliz@gnu.org>
Cc: 65071@debbugs.gnu.org
Subject: bug#65071: 29.1; RMAIL changed on disk leads to rmail-error-bad-format
Date: Sat, 05 Aug 2023 06:31:10 -0400	[thread overview]
Message-ID: <m2h6pdg4r5.fsf@rulnick.com> (raw)
In-Reply-To: <83zg35staw.fsf@gnu.org> (message from Eli Zaretskii on Sat, 05 Aug 2023 13:00:07 +0300)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: <emacs-bug@rulnick.com>
>> Date: Fri, 04 Aug 2023 14:18:52 -0400
>> 
>> In Emacs 29.1, starting with no ~/RMAIL file and empty primary mail
>> spool file ('$' indicates command line terminal prompt outside Emacs):
>> 
>>   $ mail me@foo ... # send a message to myself
>> 
>>   emacs -Q
>> 
>>   M-x RMAIL # retrieves/reads message
>> 
>>   $ cat /dev/null > ~/RMAIL # clear (or otherwise modify) RMAIL file
>> 
>>   $ mail me@foo ... # send another message to myself
>> 
>>   M-x RMAIL
>> 
>>   "File RMAIL changed on disk. Reread from disk? (yes or no) " yes
>> 
>>     "rmail-error-bad-format: Message is not a valid RFC 822 (or later)
>>     message" and:
>> 
>>       mode changes from RMAIL to fundamental
>> 
>>       ~/RMAIL file on disk looks good (proper RFC 822 file)
>> 
>>       ~/RMAIL file as visited in buffer looks bad, can be seen (e.g.,
>>         upon immediate save) to be missing top "From " and other header
>>         lines ("Return-Path:", "Received:", etc.)
>
> Does using "M-x revert-buffer RET" avoid the problem?
>
> In any case, this is not how you are supposed to read new email into
> an existing Rmail buffer.  You are supposed to use the 'g' command.

1. M-x revert-buffer RET does not avoid or solve the problem completely;
   the contents from disk appear to be restored as expected but the
   buffer remains in Fundamental mode. However, following this with
   RMAIL-mode RET does appear to at least be a fix.

2. Yes, I should have said 'g' rather than 'M-x rmail RET' in the second
   instance. The bug report applies in this case as well.





  reply	other threads:[~2023-08-05 10:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-04 18:18 bug#65071: 29.1; RMAIL changed on disk leads to rmail-error-bad-format emacs-bug
2023-08-05 10:00 ` Eli Zaretskii
2023-08-05 10:31   ` emacs-bug [this message]
2023-08-05 10:52     ` Eli Zaretskii
2023-08-05 18:07       ` emacs-bug
2023-08-06  6:36         ` Eli Zaretskii
2023-08-12  6:52           ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2h6pdg4r5.fsf@rulnick.com \
    --to=emacs-bug@rulnick.com \
    --cc=65071@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.