June 11, 2008
Thunderbird - Sorting messages by Thread
Thunderbirdでスレッド表示すると、同じ件名だと全く関係ないメールでもスレッド化してしまうので、それの対処。
以下の作業をする前に、Thunderbirdを閉じておく。
ホームディレクトリ以下のどこかにある、prefs.jsを変更する。
Windowsだと次のようなパスにある。
以下の作業をする前に、Thunderbirdを閉じておく。
ホームディレクトリ以下のどこかにある、prefs.jsを変更する。
Windowsだと次のようなパスにある。
C:\Documents and Settings\user\Application Data\Thunderbird\Profiles\xxxxx.default\prefs.jsLinuxだと次のようなパスにある。
/home/user/.thunderbird/xxxxx.default/prefs.jsprefs.jsに以下の一行を追加。
user_pref("mail.thread_without_re", false);
この"xxxxx.default"ディレクトリの下の、MailやImapMailディレクトリ内の*.msfファイル(インデックスファイル)を削除する。