Use the thunderbird to send patch



Windows:
1.工具->邮件/新闻账户设置 选择“通讯录”去掉“以HTML格式编写消息”的选框
2.在C:\Documents and Settings\YourName\Application Data\Thunderbird \Profiles\hyr10g8d.default目录下生成user.js文件,文件内容如下
        user_pref("mailnews.wraplength", 0);
        user_pref("mailnews.send_plaintext_flowed", false);
3.重启ThunderBird就可以了

Linux:
1.类似
2.cat /usr/lib64/thunderbird-3.1/defaults/profile/user.js
    user_pref("mailnews.wraplength", 0);
        user_pref("mailnews.send_plaintext_flowed", false);
3.restart

----------------------------------

重复邮件问题

mail.server.default.dup_action

* 0 - 这是原始设定,它会下载重复邮件。
* 1 - 如果你设定为1的话,可以一次自动删除重复的邮件。
* 2 - 如果你设定为2的话,它会将重复的邮件转到垃圾箱内。
* 3 - 设定3是将重复邮件标为已经阅读。

如果你想自动删除Thunderbird里的重复邮件的话,可以选择1。

--------------------------------------------------kernel doc--------------------------

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.

 
"external editor" extension Download address:
http://globs.org/download.php?lng=en
 
posted @ 2011-07-19 17:17  冷月X  阅读(738)  评论(0编辑  收藏  举报