[PATCH] cli: bail out and propagate tagging errors in notmuch tag

David Bremner david at tethera.net
Wed Jan 9 19:14:02 PST 2013


Jani Nikula <jani at nikula.org> writes:
> +	if (ret)
> +	    break;

I amended this to (ret != NOTMUCH_STATUS_SUCCESS) 

There are a few different families of status codes flying around here,
and I liked the extra documentation.

d


More information about the notmuch mailing list