X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=lib%2Fnotmuch.h;h=61c68d65df151f084a878da44335fe82f169bcaf;hb=b65a783195cb459a316370eb7a956b6029102f2e;hp=bd0880f3a232df162e90db66daac6b70e0f47394;hpb=08c735c58e9cc1074d31f21b8e6042adeb8d8844;p=notmuch diff --git a/lib/notmuch.h b/lib/notmuch.h index bd0880f3..61c68d65 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -238,7 +238,8 @@ notmuch_database_get_directory (notmuch_database_t *database, * notmuch database will reference the filename, and will not copy the * entire contents of the file. * - * If 'message' is not NULL, then, on successful return '*message' + * If 'message' is not NULL, then, on successful return + * (NOTMUCH_STATUS_SUCCESS or NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID) '*message' * will be initialized to a message object that can be used for things * such as adding tags to the just-added message. The user should call * notmuch_message_destroy when done with the message. On any failure