原文网址:http://www.xuebuyuan.com/414703.html

markz@markz-hp6200:~$ cd .thunderbird/
markz@markz-hp6200:~/.thunderbird$ ls
a8feo3zj.default  Crash Reports  profiles.ini
markz@markz-hp6200:~/.thunderbird$ cd a8feo3zj.default/
markz@markz-hp6200:~/.thunderbird/a8feo3zj.default$ mkdir chrome^C
markz@markz-hp6200:~/.thunderbird/a8feo3zj.default$ cd chrome/
markz@markz-hp6200:~/.thunderbird/a8feo3zj.default/chrome$ ls
userChrome.css
markz@markz-hp6200:~/.thunderbird/a8feo3zj.default/chrome$ cat userChrome.css 
treechildren:-moz-tree-row {
height: 35px !important;
}
markz@markz-hp6200:~/.thunderbird/a8feo3zj.default/chrome$
 
自己的定义:

1 treechildren:-moz-tree-row {
2 height: 30px !important;
3 }
4 treechildren {
5 font-size: 15px !important;
6 font-family: Arial;
7 }

如何设置根据邮件mail地址自动分类到自定义文件夹中

原文网址:http://os.51cto.com/art/201101/243801.htm

thunderbird雷鸟mail

sudo apt-get install thunderbird安装雷鸟mail

Account Settings->Server Settings->Use secure connection:选择SSL

Account Settings->Server Settings->Server Settings:选中Leave messages on server将邮件保留在服务器上

Account Settings->Outgoing Server(SMTP)->Edit->Use secure connection:选择SSL

设置恢复邮件时原始邮件内容置于下方

设置默认发送格式为plain text和HTML混合

Edit

==>Preferences

==>选择Composition选项卡

==>点击右下角的Send Options

==>在Text Format中将"Ask me what to do"设置为

"Send the message in both plain text and HTML"

为ubuntu 8.10设置默认发送字体UTF-8

Edit

==>Preferences

==>选择Display选项卡

==>点击右下角的Font

==>在Character Encodings选项页中

设置Outgoing Mail:为Unicode (UTF-8)

如何设置根据邮件mail地址自动分类到自定义文件夹中

Tools==> Message Filters ==> New

==> For incoming messages that: 选择 Match any of the following

"From"然后"is"然后"luther.ge@163.com" 表示来自这个邮件地址的邮件执行filter操作

==> Perform these actions:

将上面filter出来的邮件执行

"Move Message to"然后"自己建立的邮件接收目录"

最后执行规则

Tools==> Run Filters on Folder

这样所有邮件就都规类了[luther.gliethttp]

自己的操作:

打开邮件,点击邮箱 -> 对此创建过滤器... -> 输入过滤器名 xxx ,消息移动到 自定义的文件夹xxx

【转】Thunderbird on Ubuntu 12.04 – 调整邮件列表行间距的更多相关文章

  1. GAMIT 10.50在Ubuntu 12.04系统下的安装

    转载于:http://www.itxuexiwang.com/a/liunxjishu/2016/0225/162.html?1456480908 摘要:GAMIT/GLOBK是一套安装于Unix/L ...

  2. [转]ubuntu 12.04添加launcher方法

    [转]ubuntu 12.04添加launcher方法 http://www.cnblogs.com/Jerryshome/archive/2012/08/21/2649500.html 对ubunt ...

  3. Windows XP硬盘安装Ubuntu 12.04双系统图文详解

    Windows XP硬盘安装Ubuntu 12.04双系统图文详解 Ubuntu 12.04 LTS版本于2012年4月26日发布,趁着五一放假,赶紧在自己的Windows XP的电脑上安装下Ubun ...

  4. ubuntu 12.04启用休眠

    x86-64 与EM64区别 EM64T全称是Extended Memory 64 Technology(64位内存技术扩展技术.Intel声称“EM64T技术是Intel对IA32平台一系列技术革新 ...

  5. 如何让Ubuntu 12.04 LTS更炫更具吸引力

    Ubuntu 12.04 LTS震撼发布   适逢七周岁生日之际,Ubuntu正式推出了第四个LTS长期支持版本,开发代号Precise Pangolin的Ubuntu 12.04在2012年4月26 ...

  6. Ubuntu 12.04 Openstack Essex 安装(单节点)

    这是陈沙克一篇非常好的博文,当时在进行openstack排错的时候,多亏了这篇文章里面有些内容 帮我找到了问题的所在: 原文:http://www.chenshake.com/ubuntu-12-04 ...

  7. 用VMware 8安装Ubuntu 12.04具体过程(图解)

    图解演示环境版本号: 本机系统: WIN7 虚拟机:VMware Workstation 8 (英文版) 安装目标:Ubuntu Desktop 12.04 LTS  (请点击这里)先下载好iso镜像 ...

  8. 【转】用VMware 8安装Ubuntu 12.04详细过程(图解)

    图解演示环境版本: 本机系统: WIN7 虚拟机:VMware Workstation 8 (英文版) 安装目标:Ubuntu Desktop 12.04 LTS  (请点击这里)先下载好iso镜像文 ...

  9. ubuntu 12.04 install docker-engine1.12.3

    root@node3:/data/src# cat /etc/issueUbuntu 12.04.4 LTS \n \l   root@node3:/data/src# cat /etc/apt/so ...

随机推荐

  1. leetCode 48.Rotate Image (旋转图像) 解题思路和方法

    Rotate Image You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees ...

  2. Java实现BASE64编解码

    Java实现BASE64编解码 作者:chszs,转载需注明.博客主页:http://blog.csdn.net/chszs BASE64和其它类似的编码算法通经常使用于转换二进制数据为文本数据,其目 ...

  3. ASSERT_VALID和ASSERT宏分析

    这个宏都是MFC的调试宏. ASSERT_VALID宏用来在运行时检查一个对象的内部合法性,比如说现在有一个学生对象,我们知道每个学生的年龄一定大于零,若年龄小于零,则该学生对象肯定有问题. 事实上, ...

  4. Windows Server 2008 R2 搭建FTP服务

    一.安装ftp服务 1.在服务管理器"角色"右键单击"添加角色".  2.下一步. 3.勾选"Web 服务器(IIS)",下一步. 4.勾选 ...

  5. this computer does not support Intel Virtualization Technology (VT-x) .Haxm can'not be installed

    this computer does not support Intel Virtualization Technology (VT-x) .Haxm can'not be installed 本机不 ...

  6. DIV布局之道二:DIV块的嵌套,DIV盒子模型

    本文讲解DIV块布局的第二种使用方式:嵌套.“DIV嵌套”在有些文献中也被称为“盒子模型”,说的通俗一点就是嵌套(一个大的DIV块内部又包含一个或多个DIV块). 请看如下代码: CSS部分: CSS ...

  7. MySQL MyISAM/InnoDB高并发优化经验

    最近做的一个应用,功能要求非常简单,就是 key/value 形式的存储,简单的 INSERT/SELECT,没有任何复杂查询,唯一的问题是量非常大,如果目前投入使用,初期的单表 insert 频率约 ...

  8. android-Activity的执行流程

    概述 The following diagram shows the important state paths of an Activity. The square rectangles repre ...

  9. wsdl和wadl区别

    [转]http://blog.csdn.net/liuxiao723846/article/details/51611183 1.Java开发WebService最重要的两个规范: JSR-224 ( ...

  10. JNDI--Java命名和目录接口

    JNDI主要用于在容器中配置某些资源,让所有项目可以使用.JNDI可以提供: 1:数据库连接池.            自定义连接池             第三方连接池 Dbcp           ...