zoukankan      html  css  js  c++  java
  • Kernel开发 Thunderbird配置 From kernel documentation

    From: Documentation/email-clients.txt

    Thunderbird (GUI)

    Thunderbird is an Outlook clone that likes to mangle text, but there are ways
    to coerce it into behaving.
    - Allows use of an external editor:
      The easiest thing to do with Thunderbird and patches is to use an
      "external editor" extension and then just use your favorite $EDITOR
      for reading/merging patches into the body text.  To do this, download
      and install the extension, then add a button for it using
      View->Toolbars->Customize... and finally just click on it when in the
      Compose dialog.
    To beat some sense out of the internal editor, do this:
    - Edit your Thunderbird config settings so that it won't use format=flowed.
      Go to "edit->preferences->advanced->config editor" to bring up the
      thunderbird's registry editor, and set "mailnews.send_plaintext_flowed" to
      "false".
    - Disable HTML Format: Set "mail.identity.id1.compose_html" to "false".
    - Enable "preformat" mode: Set "editor.quotesPreformatted" to "true".
    - Enable UTF8: Set "prefs.converted-to-utf8" to "true".
    - Install the "toggle wordwrap" extension.  Download the file from:
        https://addons.mozilla.org/thunderbird/addon/2351/
      Then go to "tools->add ons", select "install" at the bottom of the screen,
      and browse to where you saved the .xul file.  This adds an "Enable
      Wordwrap" entry under the Options menu of the message composer.
  • 相关阅读:
    0.0
    《用户故事与敏捷方法》 笔记
    Linux下运行Jmeter压测
    64位Win7系统安装Mysql 5.7.22图文教程
    Zabbix-(七)分布式监控
    Zabbix-(六) JMX监控
    Zabbix-(五)监控Docker容器与自定义jvm监控项
    Zabbix-(四)邮件、钉钉告警通知
    Zabbix-(三)监控主机CPU、磁盘、内存并创建监控图形
    Zabbix-(二) 使用docker部署
  • 原文地址:https://www.cnblogs.com/super119/p/2859886.html
Copyright © 2011-2022 走看看