[PATCH] lib: Fix endless upgrade problem

David Bremner david at tethera.net
Mon Sep 1 23:15:13 PDT 2014


Austin Clements <amdragon at mit.edu> writes:

> 48db8c8 introduced a disagreement between when
> notmuch_database_needs_upgrade returned TRUE and when
> notmuch_database_upgrade actually performed an upgrade.  As a result,
> if a database had a version less than 3, but no new features were
> required, notmuch new would call notmuch_database_upgrade to perform
> an upgrade, but notmuch_database_upgrade would return immediately
> without updating the database version.  Hence, the next notmuch new
> would do the same, and so on.
>

Thanks for the quick fix.

pushed,

d


More information about the notmuch mailing list