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

Kim Minh Kaplan kimminh.kaplan+nomuch at afnic.fr
Mon Nov 12 23:46:18 PST 2012


Mark Walters writes:

David Bremner writes:

> Mark Walters <markwalters1009 at gmail.com> writes:
>
>> This version changes the `when' to and `if' and adds the fix for the
>> quoting.
>>
>> +    (if id
>> +      (notmuch-id-to-query id))

> Sorry to be such a pedant about this. Is it obvious to other people that 
> (if nil 'something) evaluates to nil?

The obvious would be:

    (and id
         (notmuch-id-to-query id))

Kim Minh.


More information about the notmuch mailing list