当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Thunderbird - how to stop check account for new mails?

  • 5 件の返信
  • 1 人がこの問題に困っています
  • 4 回表示
  • 最後の返信者: sfhowes

more options

Hello, have the latest version of Thunderbird (102.5.0.) in Windows 11 Pro. I'm using 6 IMAP accounts there.

I want to stop check mails automatically in one account, so I unchecked: - Check for new messages at startup - Check for new messages every 10 minutes - Allow immediate server notifications when new messages arrive

Problem is thunderbird still checks for new mails of that account and shows me notifications. What is bad please?

Tried to clean install of thunderbird, didn't help it. Thank you

Hello, have the latest version of Thunderbird (102.5.0.) in Windows 11 Pro. I'm using 6 IMAP accounts there. I want to stop check mails automatically in one account, so I unchecked: - Check for new messages at startup - Check for new messages every 10 minutes - Allow immediate server notifications when new messages arrive Problem is thunderbird still checks for new mails of that account and shows me notifications. What is bad please? Tried to clean install of thunderbird, didn't help it. Thank you

すべての返信 (5)

more options

IMAP doesn't work that way. As mail comes in to the server, they appear in the account.

more options

@david so there is no other way to do that? Want to sync new messages manually only.

more options

Yeah, you seem to be right, at least if you are using a recent Thunderbird version.

From the Thunderbird source code (specifically mailnews/src/nsAutoSyncManager.cpp): + // Get the update time in minutes for each folder of this account/server. + // It will be the user configured biff time for server even if user has + // disabled "Check for new messages every X minutes" for the account. + // Update time will default to 10 minutes if an invalid value is set or + // if there are errors obtaining it. + // Specifically, the value used here is mail.server.serverX.check_time + // or the default mail.server.default.check_time.

you can find the discussion in the following bug - it's a very recent change:

https://bugzilla.mozilla.org/show_bug.cgi?id=1776823

if you understand what is discussed there and think that the change done exceed what is required to fix the original problem, you should comment the bug or file a new one.

more options

With IMAP, you're looking at the server, which is outside Thunderbird control.

more options