Re: [WIP PATCH] emacs: add "--" to finish notmuch command line args before search terms

2016-09-19 Thread Matt Armstrong
Tomi Ollila writes: > I don't (yet) know how complete this is (Someone's "workflow" it may break) > but tests pass... [...] > -(defun notmuch-query-get-threads (search-terms) > +(defun notmuch-query-get-threads (cli-args search-terms) I'm new here and still have a low

[WIP PATCH] emacs: add "--" to finish notmuch command line args before search terms

2016-09-17 Thread Tomi Ollila
I don't (yet) know how complete this is (Someone's "workflow" it may break) but tests pass... --- This is related to id:m2lgyr378r@guru.guru-group.fi -- notmuch cli supports "--" to separate options from rest of the command line universally. The change here would complete the particular need