我使用的是 Thunderbird 3.1 的“垂直视图”,但我想将消息窗格作为中间窗格,可以吗?
我尝试了以下方法本指南并在 $HOME/.thunderbird/$profile/chrome 中添加一个 userChrome.css,内容如下:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#messagesBox {-moz-box-direction: reverse;}
但什么都没有改变。我遗漏了什么吗?
(Xubuntu 9.04)
答案1
尝试用 #threadPaneBox 替换 #messagesBox。我找到了这个解决方案http://forums.mozillazine.org/viewtopic.php?f=19&t=623255并且它适用于 Ubuntu 10.10 和 Thunderbird 7.0.1。