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

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

bug#64372: 28.2; warn that message might have lines too long for transpo


From: Dan Jacobson
Subject: bug#64372: 28.2; warn that message might have lines too long for transport
Date: Fri, 30 Jun 2023 13:06:00 -0500

If one forwards certain messages, like the following,

Attachment: ll.txt.gz
Description: application/gzip

it will bounce "message has lines too long for transport".

Therefore
C-c C-f runs the command gnus-summary-mail-forward
should have some checks that will warn of long lines.

Like: "Long lines found. Fix?"

And also one of these
if ARG is 1, decode the message and forward directly inline;
if ARG is 2, forward message as an rfc822 MIME section;
if ARG is 3, decode message and forward as an rfc822 MIME section;
if ARG is 4, forward message directly inline;
should enable us to fix the problem.

reply via email to

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