From: Mark Walters Date: Sun, 15 Sep 2013 08:41:17 +0000 (+0100) Subject: contrib: pick: tidy up pick-format-field X-Git-Tag: 0.17_rc1~118 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=cbbf53e4df9a90620339e70da71aa8734915462b;hp=cbbf53e4df9a90620339e70da71aa8734915462b;p=notmuch contrib: pick: tidy up pick-format-field Previously this function used a temporary variable to store the return value but we can just use the return value of the cond statement directly. The only tiny subtlety is that in one case (subject) we need to slightly reorder the logic to make sure the formatted-field is the last thing computed. ---