Re: [PATCH] contrib: pick: bugfix when trying to show a non-message

Subject: Re: [PATCH] contrib: pick: bugfix when trying to show a non-message

Date: Fri, 09 Nov 2012 08:01:40 -0400

To: Tomi Ollila, Mark Walters, notmuch@notmuchmail.org

Cc:

From: David Bremner


Tomi Ollila <tomi.ollila@iki.fi> writes:

> Does (when COND BODY) connotate to the thought that the return value
> is generally not used ? That expands to (if COND (progn BODY)) so both
> returns exactly same values.

Err, sorry. Too much scheme. I meant a two branch if 

     (if COND BODY nil)



Thread: