Quantcast
Channel: すぐに忘れる脳みそのためのメモ
Viewing all articles
Browse latest Browse all 383

Thunderbird で IMAP アカウントのフォルダに振り分けたメールの新着通知

$
0
0

1. 受信トレイ以外のフォルダの新着メッセージを確認する

Thunderbirdで IMAP アカウントに接続し、複数のフォルダを作成した。

各フォルダに新着メールがあるか確認するためには、フォルタを右クリック > プロパティ > 一般情報 の「このフォルダに新着メッセージがないか確認する」にチェックを入れておく。

Checking for new messages in other folders - Thunderbird - MozillaZine Knowledge Base

Thunderbird for IMAP accounts by default only checks Inbox for new mail. But you can configure Thunderbird to automatically check for new messages in other folders.

 

2. about:config で一括設定

一括でフォルダの設定を行いたい場合、

  • 設定 > オプション > 詳細 > 高度な設定 > 設定エディタボタンを押す

about:config ウィンドウで

  • mail.server.default.check_all_folders_for_new

を検索し、値をダブルクリックして false から true へ変更する。

Checking for new messages in other folders - Thunderbird - MozillaZine Knowledge Baseによると、

Set mail.check_all_imap_folders_for_new to true to make Thunderbird check every remote folder for new mail. The downside is there is no way to exclude a specific folder (such as a junk mail folder).

(Versions after TB 5.0 replaced the global preference with server-specific ones, thus modify mail.server.default.check_all_folders_for_new instead to make it effective for all accounts with modify this preference using the Config Editor. …


Viewing all articles
Browse latest Browse all 383

Trending Articles