Daniel Kahn Gillmor <[email protected]> writes:

> +    if (status) {
> +     _notmuch_database_log (notmuch, "Warning: setup failed for decrypting "
> +                            "during indexing. (%d)\n", status);
> +     status = notmuch_message_add_property (message, "index-decryption", 
> "failure");
> +     if (status)
> +         _notmuch_database_log (notmuch, "failed to add index-decryption "
> +                                "property (%d)\n", status);
> +     return;
> +    }

Just as a reminder, _notmuch_database_log_append is now available for
your logging needs. Other than that, this patch looks ok.

_______________________________________________
notmuch mailing list
[email protected]
https://notmuchmail.org/mailman/listinfo/notmuch

Reply via email to