不同色彩的竖线引用之前的内容,怎样去掉这些竖线,

阅读:4181回复:10
2012-08-14 22:22
写私信
楼主#
每次回复邮件时都会用不同色彩的竖线引用之前的内容,怎样去掉这些竖线,用〉〉这样的符号代替?
2012-08-14 22:22
写私信
1楼#
格式 > 減少縮排 Ctrl+[,
就是把 blockquote 引用移除!
代替 可能要找其它取代工具了。
Firefox 開啟安全模式,停用個人設定、佈景主題及擴充套件(無附加元件)測試:
說明 > 重新啟動但停用附加元件(Firefox 4+)
Firefox Profile: 說明 > 疑難排解資訊 > 開啟資料夾
排版引擎:Firefox(Gecko), Opera(Presto), Google Chrome(WebKit),
Safari(WebKit), Internet Explorer(Trident), Konqueror(KHTML)
2012-08-14 22:22
写私信
2楼#
taglife:格式 > 減少縮排 Ctrl+[,
就是把 blockquote 引用移除!
代替 可能要找其它取代工具了。
回到原帖


我听不懂啊,能不能讲清楚点,谢谢!
2012-08-14 22:22
写私信
3楼#
可以使用Quote Colors扩展
把Graphical Quoting下的Enable graphical quoting for plain text messages去掉
http://pcxfirefox.wordpress.com/
2012-08-14 22:22
写私信
4楼#
pcxfirefox:可以使用Quote Colors扩展
把Graphical Quoting下的Enable graphical quoting for plain text messages去掉
回到原帖

在 Thunderbird 14+ 都無作用
AMO 的評論好像有些資訊,不知寫了啥鳥?
maxVersion 已修改安裝,但還是沒作用??
Firefox 開啟安全模式,停用個人設定、佈景主題及擴充套件(無附加元件)測試:
說明 > 重新啟動但停用附加元件(Firefox 4+)
Firefox Profile: 說明 > 疑難排解資訊 > 開啟資料夾
排版引擎:Firefox(Gecko), Opera(Presto), Google Chrome(WebKit),
Safari(WebKit), Internet Explorer(Trident), Konqueror(KHTML)
2012-08-14 22:22
写私信
5楼#
taglife
在 Thunderbird 14+ 都無作用
AMO 的評論好像有些資訊,不知寫了啥鳥?
maxVersion 已修改安裝,但還是沒作用??
回到原帖

你从哪里装的?我这里很正常

另外看看你是否装了Conversations,他会导致很多扩展失效,因为缺少相关扩展的插件
http://pcxfirefox.wordpress.com/
2012-08-14 22:22
写私信
6楼#
Quote Colors :: Thunderbird 附加元件
改 maxVersion 也不能用,沒作用
<!-- Thunderbird -->
      <Description>
        <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
        <em:minVersion>2.0</em:minVersion>
        <em:maxVersion>3.0.*</em:maxVersion>
      </Description>
    </em:targetApplication>
    <em:targetApplication>
      <!-- SeaMonkey -->
      <Description>
        <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
        <em:minVersion>2.0a1</em:minVersion>
        <em:maxVersion>2.0.*</em:maxVersion>
      </Description>
    </em:targetApplication>
Firefox 開啟安全模式,停用個人設定、佈景主題及擴充套件(無附加元件)測試:
說明 > 重新啟動但停用附加元件(Firefox 4+)
Firefox Profile: 說明 > 疑難排解資訊 > 開啟資料夾
排版引擎:Firefox(Gecko), Opera(Presto), Google Chrome(WebKit),
Safari(WebKit), Internet Explorer(Trident), Konqueror(KHTML)
2012-08-14 22:22
写私信
7楼#
灵异现象?

我用的就是tb14啊,官版

不知道你的是不是和其他扩展冲突了
http://pcxfirefox.wordpress.com/
2012-08-14 22:22
写私信
8楼#
只裝這個也不行阿...
     

图片:2012-08-23_230730.png

Firefox 開啟安全模式,停用個人設定、佈景主題及擴充套件(無附加元件)測試:
說明 > 重新啟動但停用附加元件(Firefox 4+)
Firefox Profile: 說明 > 疑難排解資訊 > 開啟資料夾
排版引擎:Firefox(Gecko), Opera(Presto), Google Chrome(WebKit),
Safari(WebKit), Internet Explorer(Trident), Konqueror(KHTML)
2012-08-14 22:22
写私信
9楼#
我试了一下可以这样弄

使用stylish脚本或者自己改userContent.css
blockquote[type=cite] {
   padding-bottom: 0 !important;
   padding-top: 0 !important;
   padding-left: 0 !important;
   border-left: none !important;
   border-right: none !important;
}

然后设置
mail.quoted_graphical为false
mail.quoteasblock为false
mailnews.display.disable_format_flowed_support为true

就都变成>了
http://pcxfirefox.wordpress.com/
2012-08-14 22:22
写私信
10楼#
所以 Quote Colors 不能用阿...-..-
Firefox 開啟安全模式,停用個人設定、佈景主題及擴充套件(無附加元件)測試:
說明 > 重新啟動但停用附加元件(Firefox 4+)
Firefox Profile: 說明 > 疑難排解資訊 > 開啟資料夾
排版引擎:Firefox(Gecko), Opera(Presto), Google Chrome(WebKit),
Safari(WebKit), Internet Explorer(Trident), Konqueror(KHTML)