顯示具有 thunderbird 標籤的文章。 顯示所有文章
顯示具有 thunderbird 標籤的文章。 顯示所有文章

2018年4月10日 星期二

ThunderBird 不使用Theme Font & Size Changer方式變更字型大小

參考網址:https://addons.mozilla.org/zh-TW/thunderbird/addon/theme-font-size-changer-for-tb/reviews/

請至目錄 C:\Users\YourName\AppData\Roaming\Thunderbird\Profiles\xxxxxx.default 下建立一個目錄為 chrome,在 chrome目錄再建立一檔案為  userChrome.css,再把下列文字 copy至檔案內儲存後重新開啟 thunderbird即可

/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

/* 
* Make all the default font sizes 11 pt:
*/
* { 
font-size: 11pt !important; 
font-family: Arial !important; 
}

2018年1月11日 星期四

ThunderBird Theme Font & Size Changer插件不能用了

參考文章:
Review for Theme Font & Size Changer for TB by mrx2020


目前發現有的 plug-in不再支援新版的 thunderbird,比如Theme Font & Size Changer,這部份有方式可以解決,先要下原本的 plug-in,副檔名為 .xpi再解壓縮後,修改 bootstrap的程式碼,改完再重新壓縮,使用用不同名稱的 .xpi file後使用檔案更新的方式安裝 plug-in

2015年11月8日 星期日

ThunderBird 使用 LDAP通訊錄






1.LDAP通訊錄設定,參考文件:Thunderbird設定LDAP通訊錄

2.設定可以搜尋 displayName字串
設定上沒什麼問題 ,預設查詢時會找 commonName和 mail的屬性,但如果使用者把英文姓名放在 commonName,中文姓名放在 displayName在用中文姓名時就會查詢不到,要解決這個問題,想要用中文姓名查詢的話,這邊有個解法,參考 :Thunderbird Tips,最主要加上四個參數在系統上即可

ldap_2.servers.IntaiMail.attrmap.DisplayName
displayName

ldap_2.servers.IntaiMail.autoComplete.commentFormat
[displayName]

ldap_2.servers.IntaiMail.autoComplete.nameFormat
[displayName]

ldap_2.servers.IntaiMail.autoComplete.filterTemplate
(|(mail=*%v*)(displayName=*%v*))


3.指定 LDAP通訊錄,最後指定郵件匣的設定,選項"寫信與通訊錄",在通訊錄尋找郵件地址時選擇使用其它 LDAP伺服器,並指定剛剛新增的 LDAP通訊錄即可