On Wed, 18 Jan 2012 19:40:11 -0500, Austin Clements wrote: > + /* See handle_sigint in notmuch-new.c for the justification for > + * ignoring write's result. */ > + IGNORE_RESULT (write (2, msg, sizeof(msg)-1)); Just include the comment in both places. Someone will work over the code in notmuch-new.c and we'll lose it. Then, +1.