Skip to content
New issue

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

Add config APIs from notmuch 0.32 #44

Merged
merged 3 commits into from
May 20, 2022
Merged

Conversation

elizagamedev
Copy link
Contributor

This kind of goes hand-in-hand with the open_with_config PR I submitted recently. The notmuch_config functions are, confusingly, very different from the notmuch_database_get_config_list function. These newer functions refer to the notmuch configuration file, rather than the database config (I think; they might also be an interface to the database config, but the API documentation wasn't too clear).

Included are the safe API wrappers and unit tests. Also, this introduces the feature "v0_32", which all the new API methods are tagged with, including the open_with_config method. (My bad on not including it in that PR.)

I think this probably warrants a notmuch-rs version 0.8.0 if I might suggest so :)

@vhdirk
Copy link
Owner

vhdirk commented May 20, 2022

Cool. Thanks a lot again.
Looks good to me. I'll be releasing a new version asap.

@vhdirk vhdirk merged commit a24d8aa into vhdirk:master May 20, 2022
@elizagamedev
Copy link
Contributor Author

Hello, sorry to bug you about this again, but could I ask you to release 0.8.0? I'm afraid that the next release my crate is blocked by this API 🫥 Thank you!

@vhdirk
Copy link
Owner

vhdirk commented Jun 6, 2022

Released v0.8.0 just now. Sorry it took me so long. Thanks for your effort!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants