Skip to content

Instantly share code, notes, and snippets.

@leberblock
Last active April 5, 2022 11:52
Show Gist options
  • Save leberblock/3047628 to your computer and use it in GitHub Desktop.
Save leberblock/3047628 to your computer and use it in GitHub Desktop.
thunderbird: check all imap folders for new mail
## add to .thunderbird/@@@.default/prefs.js
user_pref("mail.check_all_imap_folders_for_new", true);
## ... or more permanent via about:config
set mail.server.default.check_all_folders_for_new to true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment