We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When first setting up Astroid, I got the error about notmuch config not specifying maildir.maildir_synchronize_flags.
maildir.maildir_synchronize_flags
Setting:
[maildir] maildir_synchronize_flags=true
does not work, but
[maildir] synchronize_flags=true
does.
That means the error should replace maildir.maildir_synchronize_flags with maildir.synchronize_flags.
maildir.synchronize_flags
The text was updated successfully, but these errors were encountered:
$> notmuch config set maildir.synchronize_flags true
is how I set the correct value. For others and future reference...
Sorry, something went wrong.
No branches or pull requests
When first setting up Astroid, I got the error about notmuch config not specifying
maildir.maildir_synchronize_flags
.Setting:
does not work, but
does.
That means the error should replace
maildir.maildir_synchronize_flags
withmaildir.synchronize_flags
.The text was updated successfully, but these errors were encountered: