]> git.cworth.org Git - notmuch/commitdiff
notmuch-mutt: replace shell pipeline with internal pipe processing
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 27 Jul 2020 19:38:33 +0000 (22:38 +0300)
committerDavid Bremner <david@tethera.net>
Wed, 12 Aug 2020 23:40:46 +0000 (20:40 -0300)
The shell pipeline used to symlink files based in search results
to "cache" directory for mutt(1) to use was prone to portability
problems (due to /bin/sh differences).

The replacement executes `notmuch search` without intermediate shell
(so shell_quote was removed in this case), reads the filenames from
piped output and symlinks files internally.


No differences found