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.
