Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How do you maximize the message pane

  • 10 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 Zenos

more options

When I select a message, it only covers the middle third of the message pane. If you use ctrl+ just the text in this area gets bigger.

When I select a message, it only covers the middle third of the message pane. If you use ctrl+ just the text in this area gets bigger.

所有回复 (10)

more options

I think we may need a screen shot to see what is troubling you.

https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem

more options

The screen shot is in uploaded images

more options

Thank you. That is very odd. No immediate suggestions...

I see you're using Linux Mint. Is that Cinnamon, Mate or something else?

I don't imagine it's relevant but I use Linux Mint Debian Edition with Mate, and Thunderbird behaves perfectly well. I don't know of any settings in Thunderbird that would make it look like yours.

由Zenos于修改

more options

Hi Zenos,

It's Mint 17.3 Mate on an Intel NUC5i5RYK with a 250GB SSD, and 8 gigs of memory. I uninstalled and reinstalled it a couple of times, and its the latest 32.5.1 version. I couldn't find any settings either and have worn google out. It also inserts an A with a caret on top and an AE& sequence randomly while reading or writing text. Just might go back to Arch.

jim

more options

I'm on Vista OS and it looks very similar to what I see. I do not usually have my Thunderbird window as wide as you, but if I copy your width it is the same. I've moved the Message Pane up a bit higher than I normally have it. see image.

Of course in Plain Text it is defaulted to the far left and uses whatever width the message pane is set to use as formatting is removed.

However, when I look at the source code, the information is included in a table with a set width.

body style="color:#333; font-family:Helvetica, Arial, sans-serif; margin:0; padding:0; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; width:100%" width="100%"
table cellpadding="0" cellspacing="0" border="0" id="background-table" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; background:#eaeff2; line-height:100%; margin:0; padding:0; width:100%" width="100%"
tr
td style="border-collapse:collapse"
table cellpadding="0" cellspacing="0" border="0" align="center" id="main" style="border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; width:500px" width="500"

Zenos - what do you see?

more options

re : width:500px" width="500" as per info provided in last comment

If I manually edit the mbox file html code to say eg: width:1000px" width="1000" then I'm sure you can guess what the result looks like - twice as wide. see image.

so it is not a problem in the sense that it is doing exactly what it says in the code.

If I'm barking up the wrong tree and misunderstood what your question referred to, please elaborate.

more options

Same here, of course, and it makes perfect sense given the width settings you've found in the source.

I'm wondering why I hadn't noticed it myself previously. ;-)

more options

It would be simple to fix. Removing: width:500px" width="500" Replacing with : width:90%" width="90%"

How the emails are constructed is unknown, as they may be taking this code from the 'Post a Reply' text box as seen in any browser.

I've posted a new thread in the Sumo community discussions to see if others think this should be altered: https://support.mozilla.org/en-US/forums/contributors/711821?last=68159

由Toad-Hall于修改

more options

Toad-Hall, how do you modify (remove/replace) the message source page? The edit at the top of the page doesn't seem to do anything.

more options

I don't think Toad-Hall was advocating this as a solution. She simply took the message's source and edited it to demonstrate the effect of code she's found in it.

Ctrl+u will give you access to the code. If you copied and pasted this into a new .eml document, then edited it in a text editor such as Notepad, Thunderbird could then be used to open it to see the effects of the change.