Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

Formatting issue when sending emails from Thunderbird to Gmail

  • 2 përgjigje
  • 0 e kanë hasur këtë problem
  • 1 parje
  • Përgjigjja më e re nga boconnell1

more options

When I send an email from Thunderbird to Gmail, the formatting ends up strangely.

First screen shot: message being composed in Thunderbird.

Second screenshot: result received in Gmail (note that the paragraph is weirdly compressed and there's a lot of extra whitespace, which I don't normally see in Gmail messages).

I've tried using Paragraph, Body Text, and Preformat, as well as Fixed and Variable Width - doesn't change anything. I've also set mail.wrap_long_lines to false in the Config Editor - didn't fix the issue. Any other ideas?

When I send an email from Thunderbird to Gmail, the formatting ends up strangely. First screen shot: message being composed in Thunderbird. Second screenshot: result received in Gmail (note that the paragraph is weirdly compressed and there's a lot of extra whitespace, which I don't normally see in Gmail messages). I've tried using Paragraph, Body Text, and Preformat, as well as Fixed and Variable Width - doesn't change anything. I've also set mail.wrap_long_lines to false in the Config Editor - didn't fix the issue. Any other ideas?
Foto të bashkëngjitura ekrani

Zgjidhje e zgjedhur

I don't believe that is white space; the message is wrapping, and it looks like it is wrapping at line 72. I have longlines set to true and cannot duplicate what you're seeing. I also changed mailnews.wrap to 72 from 0 and saw no change. Even when I set to wrap at 72, the lines still wrapped at end of screen. I checked and my test had Content-Type: text/plain; charset=UTF-8; format=flowed in the message. As I recall, format-flowed tells receiving client to NOT wrap short, but at end of line. You might check your outgoing format to see what the setting is.

Lexojeni këtë përgjigje brenda kontekstit 👍 1

Krejt Përgjigjet (2)

more options

Zgjidhja e Zgjedhur

I don't believe that is white space; the message is wrapping, and it looks like it is wrapping at line 72. I have longlines set to true and cannot duplicate what you're seeing. I also changed mailnews.wrap to 72 from 0 and saw no change. Even when I set to wrap at 72, the lines still wrapped at end of screen. I checked and my test had Content-Type: text/plain; charset=UTF-8; format=flowed in the message. As I recall, format-flowed tells receiving client to NOT wrap short, but at end of line. You might check your outgoing format to see what the setting is.

more options

Thanks so much! I changed longlines to true and mailnews.wrap to 0 (for me, it was set to 72), and this resolved the issue.