Re: [PATCH] emacs: add mimetype completions to searches

2016-10-22 Thread Jani Nikula
On Sat, 22 Oct 2016, Keith Amidon wrote: > On Sat, 2016-10-22 at 12:55 +0300, Jani Nikula wrote: >> Any ideas how to get a list of mime types in shell, so I could do the >> same in bash completion without hard-coding some limited list? > > Not sure if this is really what

Re: [PATCH] emacs: add mimetype completions to searches

2016-10-22 Thread Keith Amidon
On Sat, 2016-10-22 at 12:55 +0300, Jani Nikula wrote: > Any ideas how to get a list of mime types in shell, so I could do the > same in bash completion without hard-coding some limited list? Not sure if this is really what you're looking for, but on my archlinux system, the file /etc/mime.types

Re: [PATCH] emacs: add mimetype completions to searches

2016-10-22 Thread Jani Nikula
On Tue, 27 Sep 2016, Mark Walters wrote: > When doing the patch for commit > f94921520778ae4005500f5d1b943e2d4ddd3b2a emacs: show: let the user > override the mime-type of an attachment, I discovered how to do > mimetype completion (in particular where to get a list of

Re: [PATCH] emacs: add mimetype completions to searches

2016-10-09 Thread David Bremner
Mark Walters writes: pushed d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH] emacs: add mimetype completions to searches

2016-09-28 Thread David Bremner
David Bremner writes: > > Did you mean to have an empty commit message? > I'm on the fence about this. I'll revisit the patch after 0.23 release. >> emacs/notmuch.el | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) >> >> diff --git a/emacs/notmuch.el

Re: [PATCH] emacs: add mimetype completions to searches

2016-09-27 Thread David Bremner
Mark Walters writes: > --- > > When doing the patch for commit > f94921520778ae4005500f5d1b943e2d4ddd3b2a emacs: show: let the user > override the mime-type of an attachment, I discovered how to do > mimetype completion (in particular where to get a list of mimetypes),

[PATCH] emacs: add mimetype completions to searches

2016-09-27 Thread Mark Walters
--- When doing the patch for commit f94921520778ae4005500f5d1b943e2d4ddd3b2a emacs: show: let the user override the mime-type of an attachment, I discovered how to do mimetype completion (in particular where to get a list of mimetypes), so we may as well add this completion for searches too.