X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=16da8be987fda37a25e6854963ab0637c7fd04e3;hp=18678c0a766c535f6ea2b1bafb94f7e72e9ab4fb;hb=4a2ce7b5706b53cdd30c474d556f18d731c21bb5;hpb=b2d6f07a028a443c2f96e1684be5ec3addb55d96 diff --git a/lib/notmuch.h b/lib/notmuch.h index 18678c0a..16da8be9 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, /** @@ -1811,7 +1811,7 @@ const char * notmuch_message_properties_key (notmuch_message_properties_t *properties); /** - * Return the key from the current (key,value) pair. + * Return the value from the current (key,value) pair. * * This could be useful if iterating for a prefix. *