[PATCH v2] contrib/nmbug: add nmbug-status script

2012-07-08 Thread da...@tethera.net
From: David Bremner This is (almost) the same script as has been used for http://nmbug.tethera.net/status for a while now. The only change is that the configuration is not hardcoded anymore. By default the config is fetched from a special branch in the nmbug repo that contains only config info. T

[PATCH v2] contrib/nmbug: add nmbug-status script

2012-07-08 Thread david
From: David Bremner This is (almost) the same script as has been used for http://nmbug.tethera.net/status for a while now. The only change is that the configuration is not hardcoded anymore. By default the config is fetched from a special branch in the nmbug repo that contains only config info. T

[PATCH 1/2] contrib/nmbug: make nmbug a subdirectory

2012-07-08 Thread Tomi Ollila
On Sat, Jul 07 2012, david at tethera.net wrote: > From: David Bremner > > I want to ship the status tool here as well, along with a sample > config file. +1 (both "patches") Tomi > --- > contrib/{ => nmbug}/nmbug |0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename contrib/{

[PATCH 3/3] emacs: add notmuch hello refresh hook to display message count change

2012-07-08 Thread Jani Nikula
+ ((< diff-count 0) > > + (message "You have %s fewer messages since last refresh." > > + (notmuch-hello-nice-number (- diff-count) > > + (setq notmuch-hello-refresh-count new-count > > + > > ;;;###autoload > > (defun notmuch-hello (&optional no-display) > >"Run notmuch and display saved searches, known tags, etc." > > -- > > 1.7.9.5 > > > > ___ > > notmuch mailing list > > notmuch at notmuchmail.org > > http://notmuchmail.org/mailman/listinfo/notmuch -- next part -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120708/fb6eeaf5/attachment.html>

[PATCH 3/3] emacs: add notmuch hello refresh hook to display message count change

2012-07-08 Thread Mark Walters
On Fri, 15 Jun 2012, Jani Nikula wrote: > Add a notmuch hello refresh hook to display a message about change in > message count in the database since the notmuch-hello buffer was last > refreshed manually (no-display is nil). > > Signed-off-by: Jani Nikula Hi I just have a couple of comments/qu

[PATCH] emacs: Fix notmuch-message-mark-replied.

2012-07-08 Thread Mark Walters
On Sun, 03 Jun 2012, Ingo Lohmar wrote: > notmuch-message-mark-replied used "apply" to change message tags > according to notmuch-message-replied-tags after sending a reply. This > works if the latter is a single-element list. But with the recently > changed format of tag changes, it breaks for

[PATCH] manpages: consistent "format" for NAME section

2012-07-08 Thread Mark Walters
On Sun, 24 Jun 2012, Tomi Ollila wrote: > The NAME section in manpages generally doesn't start with capital > letter (unless the word is 'proper noun') and doesn't end with > period. Notmuch manual pages now matches that "format". LGTM +1 (or possibly trivial) Best wishes Mark > --- > > See h

[PATCH] cli: notmuch-show with framing newlines between threads in JSON.

2012-07-08 Thread Mark Walters
On Mon, 02 Jul 2012, Austin Clements wrote: > Quoth myself on Jul 01 at 8:12 pm: >> Quoth Tomi Ollila on Jul 02 at 1:13 am: >> > On Sat, Jun 30 2012, Mark Walters wrote: >> > >> > > Add newlines between complete threads to make asynchronous parsing >> > > of the JSON easier. >> > > --- >> > >

Re: [PATCH 1/2] contrib/nmbug: make nmbug a subdirectory

2012-07-08 Thread Tomi Ollila
On Sat, Jul 07 2012, da...@tethera.net wrote: > From: David Bremner > > I want to ship the status tool here as well, along with a sample > config file. +1 (both "patches") Tomi > --- > contrib/{ => nmbug}/nmbug |0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename contrib/{ =>

Re: [PATCH 3/3] emacs: add notmuch hello refresh hook to display message count change

2012-07-08 Thread Jani Nikula
On Jul 8, 2012 9:57 AM, "Mark Walters" wrote: > > On Fri, 15 Jun 2012, Jani Nikula wrote: > > Add a notmuch hello refresh hook to display a message about change in > > message count in the database since the notmuch-hello buffer was last > > refreshed manually (no-display is nil). > > > > Signed-