[PATCH 1/2] completion: add proper completion of folder: and path:

2014-03-25 Thread David Bremner
Jani Nikula writes: > Complete folder: to maildir folders and path: to directories in mail > store. series pushed, d

[PATCH 1/2] completion: add proper completion of folder: and path:

2014-03-25 Thread Tomi Ollila
On Wed, Mar 12 2014, Jani Nikula wrote: > Complete folder: to maildir folders and path: to directories in mail > store. > --- Series LGTM. Tomi COMPREPLY=( $(cd $path; compgen -d "${cur#path:}") ) might also work but... > completion/notmuch-completion.bash | 13 - > 1 file

Re: [PATCH 1/2] completion: add proper completion of folder: and path:

2014-03-25 Thread David Bremner
Jani Nikula j...@nikula.org writes: Complete folder: to maildir folders and path: to directories in mail store. series pushed, d ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH 1/2] completion: add proper completion of folder: and path:

2014-03-24 Thread Tomi Ollila
On Wed, Mar 12 2014, Jani Nikula j...@nikula.org wrote: Complete folder: to maildir folders and path: to directories in mail store. --- Series LGTM. Tomi COMPREPLY=( $(cd $path; compgen -d ${cur#path:}) ) might also work but... completion/notmuch-completion.bash | 13 - 1

[PATCH 1/2] completion: add proper completion of folder: and path:

2014-03-12 Thread Jani Nikula
Complete folder: to maildir folders and path: to directories in mail store. --- completion/notmuch-completion.bash | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index

[PATCH 1/2] completion: add proper completion of folder: and path:

2014-03-12 Thread Jani Nikula
Complete folder: to maildir folders and path: to directories in mail store. --- completion/notmuch-completion.bash | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index