[RFC] Split notmuch_database_close into two functions

Justus Winter 4winter at informatik.uni-hamburg.de
Tue Mar 20 17:55:04 PDT 2012


I propose to split the function notmuch_database_close into
notmuch_database_close and notmuch_database_destroy so that long
running processes like alot can close the database while still using
data obtained from queries to that database.

I've updated the tools, the go, ruby and python bindings to use
notmuch_database_destroy instead of notmuch_database_close to destroy
database objects.

Cheers,
Justus


More information about the notmuch mailing list