astroidmail / astroid

A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch
http://astroidmail.github.io
Other
606 stars 65 forks source link

Wrong variable in error message #721

Open mcp292 opened 1 year ago

mcp292 commented 1 year ago

When first setting up Astroid, I got the error about notmuch config not specifying 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.

schinkelg commented 1 year ago

$> notmuch config set maildir.synchronize_flags true

is how I set the correct value. For others and future reference...