X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=59cd0f564fc15056b0be981a6a15146b1204cb2d;hp=18678c0a766c535f6ea2b1bafb94f7e72e9ab4fb;hb=217404ff86bd88cd8ef5f2e659bd8d06b95c2f62;hpb=ba8fba3d6aa37b1c7698137f6d577309335981ae diff --git a/lib/notmuch.h b/lib/notmuch.h index 18678c0a..59cd0f56 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -126,15 +126,15 @@ typedef enum _notmuch_status { NOTMUCH_STATUS_READ_ONLY_DATABASE, /** * A Xapian exception occurred. + * + * @todo We don't really want to expose this lame XAPIAN_EXCEPTION + * value. Instead we should map to things like DATABASE_LOCKED or + * whatever. */ NOTMUCH_STATUS_XAPIAN_EXCEPTION, /** * An error occurred trying to read or write to a file (this could * be file not found, permission denied, etc.) - * - * @todo We don't really want to expose this lame XAPIAN_EXCEPTION - * value. Instead we should map to things like DATABASE_LOCKED or - * whatever. */ NOTMUCH_STATUS_FILE_ERROR, /**