Re: [PATCH] lib: fix commented out NOTMUCH_DEPRECATED()

2021-10-23 Thread David Bremner
Jani Nikula writes: > Remove the comment markers from the placeholder NOTMUCH_DEPRECATED(), > added in commit e5f3c3ed5024 ("lib: add stub for > notmuch_database_open_with_config"). Applied to master. There is, as a predicted, a few more deprecation warnings we should deal with before the next

[PATCH] lib: fix commented out NOTMUCH_DEPRECATED()

2021-10-13 Thread Jani Nikula
Remove the comment markers from the placeholder NOTMUCH_DEPRECATED(), added in commit e5f3c3ed5024 ("lib: add stub for notmuch_database_open_with_config"). --- This does lead to deprecation warnings now. --- lib/notmuch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git