]> git.cworth.org Git - notmuch/commit
lib: return NOTMUCH_STATUS_OPERATION_INVALIDATED where appropriate master
authorAnton Khirnov <anton@khirnov.net>
Wed, 6 Aug 2025 05:43:06 +0000 (07:43 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 9 Aug 2025 10:12:23 +0000 (07:12 -0300)
commitaa761727999b105711ba4ca789e0836a0a05cf9f
tree560091147ab6db4c6e1b0a6a34451f34963a7a03
parentbee7a53194606757997f069f0e95ac862fbba0e0
lib: return NOTMUCH_STATUS_OPERATION_INVALIDATED where appropriate

The overall goal is to allow clients to restart operations in
situations where that is the response recommended by the underlying
Xapian library.

Amended-by: db, added above explanation
lib/add-message.cc
lib/config.cc
lib/database.cc
lib/directory.cc
lib/message-property.cc
lib/message.cc
lib/notmuch-private.h
lib/parse-sexp.cc
lib/query.cc