Discussion:
Forcing unchanged display of text/plain messages in other MUAs
(too old to reply)
In Cognito
2021-09-15 10:57:34 UTC
Permalink
Other MUAs, most notably Outlook, have an annoying habit of
re-rendering my carefully formatted text/plain messages written
with Gnus/Message. For example, the might decide to reformat a
paragraph like this

----- snip -----
verbatim
text
example
----- snip -----

into

----- snip ----- verbatim text example ----- snip -----

What I really want is the equivalent of putting a <pre>...</pre>
around all my messages written with Gnus/Message, but without
using HTML mails.

My best bet so far is to indent my complete message by one blank
- such lines do not seem to be touched by Outlook. Yet.

Any other work-arounds or ideas available?

If it matters, I'm using rather old Gnus 5.13 in equally old
Emacs 23.4.1.

Thanks!
Winston
2021-09-15 15:49:51 UTC
Permalink
Post by In Cognito
Other MUAs, most notably Outlook, have an annoying habit of
re-rendering my carefully formatted text/plain messages written
with Gnus/Message.
...
Post by In Cognito
What I really want is the equivalent of putting a <pre>...</pre>
I don't know if it'll work with Outlook, but try adding "format=fixed"
in the Content-Type header; e.g.,
"Content-Type: text/plain; charset=ISO-8859-1; format=fixed".
-WBE

Loading...