notmuch/contrib
Tomi Ollila 0d4a3c7185 notmuch-mutt: replace shell pipeline with internal pipe processing
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.
2020-08-12 20:40:46 -03:00
..
go Fix typos as found by codespell 2018-03-24 20:09:54 -03:00
notmuch-mutt notmuch-mutt: replace shell pipeline with internal pipe processing 2020-08-12 20:40:46 -03:00