X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=c8edc84dcbd702a3916b6204a6171d786b9956d2;hb=53035dafe060f6832909ad54e48277c8d3bd2d1b;hp=20c4e0190c5cdc2f9e5d5464e9ab67192d424534;hpb=b53e1a2da720e9a0efd815b92f0a54dc2f644ffc;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index 20c4e019..c8edc84d 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -163,6 +163,11 @@ typedef enum _notmuch_status { * The operation requires a database upgrade. */ NOTMUCH_STATUS_UPGRADE_REQUIRED, + /** + * There is a problem with the proposed path, e.g. a relative path + * passed to a function expecting an absolute path. + */ + NOTMUCH_STATUS_PATH_ERROR, /** * Not an actual status value. Just a way to find out how many * valid status values there are.