]> git.cworth.org Git - notmuch-wiki/commitdiff
When piping notmuch search into xargs, use --no-run-if-empty.
authorMichele Orrù <maker@tumbolandia.net>
Sat, 24 Jan 2015 17:19:06 +0000 (18:19 +0100)
committerMichele Orrù <maker@tumbolandia.net>
Sat, 24 Jan 2015 17:19:06 +0000 (18:19 +0100)
This might be useful to avoid non-zero returncodes when there are no search
results and xargs' command expect one or more arguments, like in `rm`.


No differences found