Jani Nikula <jani@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
Subject: Re: [PATCH] cli: bail out and propagate tagging errors in notmuch tag
Date: Wed, 09 Jan 2013 23:14:02 -0400
To: Jani Nikula, notmuch@notmuchmail.org
Cc:
From: David Bremner
Jani Nikula <jani@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