原文网址: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. Project Euler problem 61

    题意很明了. 然后我大概的做法就是暴搜了 先把每个几边形数中四位数的处理出来. 然后我就DFS回溯着找就行了. 比较简单吧. #include <cstdio> #include < ...

  2. linux经常使用命令

    linux经常使用命令 pwd 查看当前工作文件夹的绝对路径 cat input.txt 查看input.txt文件的内容 ls 显示当前文件夹下全部的文件及子文件夹 rm recommender-d ...

  3. struts2,hibernate,spring整合笔记(2)

    上一话struts2,hibernate,spring整合笔记(1) 接下来继续 配置完struts之后就要开始hibernate的配置 hibernate的环境并不依赖web开发环境,在我第一次配置 ...

  4. C#时间戳的获取与转换方法

    /// <summary> /// 获取当前时间戳 /// </summary> /// <param name="bflag"></pa ...

  5. Environment Configuration Files

    Environment Configuration Files When a user logs in, an environment is created for that user automat ...

  6. sql循环遍历

    <sql id="Example_Where_Clause" > <!-- WARNING - @mbggenerated This element is aut ...

  7. 9、第九节课jquery选择器jq2,20151007

    1.表单选择器 2.not 里面不能加其他标签 $div p:not(not:disable)  错误的 $div p:not(:disable)  正确的 3.选择设置相应属性的标签项 $(&quo ...

  8. 从BufferedImage到InputStream,实现绘图后进行下载(生成二维码图片并下载)

    @SuppressWarnings("resource") public void download() throws Exception{ String filename = & ...

  9. <customErrors>节点说明1

    <customErrors>节点用于定义一些自定义错误信息的信息.此节点有Mode和defaultRedirect两个属性, 其中defaultRedirect属性是一个可选属性,表示应用 ...

  10. 注意 reader["yjID"] == DBNull.Value而不是null

    自己做的项目吃的大亏,由于原始数据yjID这个字段里面什么都没有,所以,这个地方报错,说是字符串格式不支持,应该为DBNull.Value而不是null,DBNull.Value代表数据库(用的acc ...