[PATCH v4 5/5] Update documentation

2015-01-23 Thread Jani Nikula
On Fri, 23 Jan 2015, Todd wrote: > Adds new entry to the NEWS file, and updates the search terms section > of the man page. The search terms section needs to be updated again > once the new section in the documentation covering probablistic terms > has been committed. > --- > NEWS

[PATCH] VIM: Improve performance of folders_render

2015-01-23 Thread David Bremner
Franz Fellner writes: > Simply use query.count_[messages,threads] instead of actually running > the query and using the count attribute of the result set. pushed to master. d

[PATCH] emacs: show: allow user to hide some mime types by default.

2015-01-23 Thread Daniel Kahn Gillmor
On Fri 2015-01-23 02:21:41 -0500, David Edmondson wrote: > Whilst I think that having this knob is a good thing, I don't think that > it's a solution to the 'text/html renderers access the network' > problem. I can't sensibly (and don't wish to) disable the display of > text/html parts by default

[PATCH] VIM: Improve performance of folders_render

2015-01-23 Thread Ian Main
Yes, LGTM. This greatly improves performance of the startup screen. Ian Franz Fellner wrote: > Simply use query.count_[messages,threads] instead of actually running > the query and using the count attribute of the result set. > --- > vim/notmuch.vim | 2 +- > 1 file changed, 1

[PATCH] emacs: show: allow user to hide some mime types by default.

2015-01-23 Thread David Edmondson
On Thu, Jan 22 2015, Mark Walters wrote: > This commit adds a customize variable that allows the user to choose > to hide some mime types by default. They can still choose to view the > part by toggling the part button. > > One use is for hiding all text/html parts. This would mean that some >

Re: [PATCH] VIM: Improve performance of folders_render

2015-01-23 Thread David Bremner
Franz Fellner alpine.art...@gmail.com writes: Simply use query.count_[messages,threads] instead of actually running the query and using the count attribute of the result set. pushed to master. d ___ notmuch mailing list notmuch@notmuchmail.org

RE: [PATCH] VIM: Improve performance of folders_render

2015-01-23 Thread Ian Main
Yes, LGTM. This greatly improves performance of the startup screen. Ian Franz Fellner wrote: Simply use query.count_[messages,threads] instead of actually running the query and using the count attribute of the result set. --- vim/notmuch.vim | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH] emacs: show: allow user to hide some mime types by default.

2015-01-23 Thread Daniel Kahn Gillmor
On Fri 2015-01-23 02:21:41 -0500, David Edmondson wrote: Whilst I think that having this knob is a good thing, I don't think that it's a solution to the 'text/html renderers access the network' problem. I can't sensibly (and don't wish to) disable the display of text/html parts by default

Re: [PATCH v4 5/5] Update documentation

2015-01-23 Thread Jani Nikula
On Fri, 23 Jan 2015, Todd t...@electricoding.com wrote: Adds new entry to the NEWS file, and updates the search terms section of the man page. The search terms section needs to be updated again once the new section in the documentation covering probablistic terms has been committed. ---