Re: [PATCH v2 2/4] emacs: notmuch-show: refresh all windows showing a buffer

2016-09-25 Thread Ioan-Adrian Ratiu
Hi Mark and thank you again for the great feedback. On Sun, 25 Sep 2016, Mark Walters wrote: > On Sat, 24 Sep 2016, Ioan-Adrian Ratiu wrote: >> This updates all windows displaying a notmuch-show buffer when the >> buffer refresh function is called.

[PATCH 5/5] NEWS: fix headline for go bindings NEWS

2016-09-25 Thread David Bremner
--- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e6ef945..d337cbc 100644 --- a/NEWS +++ b/NEWS @@ -78,7 +78,7 @@ Go bindings moved to contrib Add support for `notmuch_threads_t` and `notmuch_thread_t` -Fixed constant values so they are not all

[PATCH 2/5] NEWS: document mtime bugfix

2016-09-25 Thread David Bremner
--- NEWS | 4 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index a5d313d..eb11d4b 100644 --- a/NEWS +++ b/NEWS @@ -31,6 +31,10 @@ Message property API private data without polluting the user tag space. They also support iteration of values with the same key or same key

[PATCH 1/5] NEWS: mention message properties API, dump/restore

2016-09-25 Thread David Bremner
--- NEWS | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 0fd6d72..a5d313d 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,16 @@ Support for named queries `query:name` format. The expansion of these queries is stored in the database and

[PATCH 4/5] NEWS: note notmuch-reply refactor

2016-09-25 Thread David Bremner
--- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index faa3033..e6ef945 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,8 @@ Dump/Restore support for configuration information and properties information in the dump format is prefixed by '#' to allow existing scripts to

[PATCH 3/5] NEWS: note dropping of User-Agent header

2016-09-25 Thread David Bremner
--- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index eb11d4b..faa3033 100644 --- a/NEWS +++ b/NEWS @@ -62,6 +62,8 @@ Face customization is easier `notmuch-search-flagged-face` and `notmuch-search-unread-face` are now used by default. Customize `notmuch-faces` to

Re: [PATCH v2 4/4] emacs: notmuch-lib: add refresh all buffers function

2016-09-25 Thread Mark Walters
On Sat, 24 Sep 2016, Ioan-Adrian Ratiu wrote: > notmuch-refresh-all-buffers calls each buffer's major mode specific > refresh function using the generic notmuch-refresh-this-buffer function. > > It is very useful because by passing a non-nil arg to the buffer specific > refresh

Re: [PATCH v2 3/4] emacs: add refresh buffer optional no-display arg

2016-09-25 Thread Mark Walters
On Sat, 24 Sep 2016, Ioan-Adrian Ratiu wrote: > Add an optional no-display arg to the generic buffer refresh function, > notmuch-refresh-this-buffer, which works the same way as notmuch-hello > mode's notmuch-hello-update no-display arg. > > The idea is for the generic

nmbug log feature request

2016-09-25 Thread David Bremner
because nmbug is tracking empty files, it often detects false positives of renaming, like commit e473b453a25c In nmbug log, this is pretty confusing (although in this case, at least those two changes are semantically related). commit e473b453a25c072b5df67d834d822121373321f5 Author: David

Re: [PATCH] emacs: tag deleted face bugfix

2016-09-25 Thread David Bremner
Mark Walters writes: > Commit d25d33ff cleaned up some of the tag face code. However, for the > face notmuch-tag-deleted it used the test > pushed, d ___ notmuch mailing list notmuch@notmuchmail.org

Re: [PATCH v2 1/4] emacs: reuse buffer when refreshing searches

2016-09-25 Thread Mark Walters
On Sat, 24 Sep 2016, Ioan-Adrian Ratiu wrote: > There's no reason to completely kill a buffer while refreshing its > search results because the buffer name is constant between refreshes > (based on the search query), only its contents may change and notmuch > search kills all

Re: [PATCH v2 2/4] emacs: notmuch-show: refresh all windows showing a buffer

2016-09-25 Thread Mark Walters
On Sat, 24 Sep 2016, Ioan-Adrian Ratiu wrote: > This updates all windows displaying a notmuch-show buffer when the > buffer refresh function is called. > > Each window displaying a notmuch-show buffer has its own currently > displayed messaged based on the (point) location. Store

Re: [PATCH] emacs: tree: make b bounce a message and backspace scroll message pane up

2016-09-25 Thread Tomi Ollila
On Sun, Sep 25 2016, Mark Walters wrote: > This tweaks the keybindings in tree-mode. It make b do bounce/resend > matching show-mode. Since b was already bound to scroll message pane > back, we now use backspace for that. > > This means space/backspace scroll the

Re: [PATCH v2 0/4] Add refresh all buffers functionality

2016-09-25 Thread Tomi Ollila
On Sun, Sep 25 2016, Mark Walters wrote: > On Sun, 25 Sep 2016, Ioan-Adrian Ratiu wrote: >> On Sat, 24 Sep 2016, David Bremner wrote: >>> Ioan-Adrian Ratiu writes: >>> On Sat, 24 Sep 2016, Ioan-Adrian Ratiu

[PATCH] emacs: tree: make b bounce a message and backspace scroll message pane up

2016-09-25 Thread Mark Walters
This tweaks the keybindings in tree-mode. It make b do bounce/resend matching show-mode. Since b was already bound to scroll message pane back, we now use backspace for that. This means space/backspace scroll the message pane forwards/backwards, and page-up/page-down scrolls the tree pane

Re: [PATCH v2 0/4] Add refresh all buffers functionality

2016-09-25 Thread Mark Walters
On Sun, 25 Sep 2016, Ioan-Adrian Ratiu wrote: > On Sat, 24 Sep 2016, David Bremner wrote: >> Ioan-Adrian Ratiu writes: >> >>> On Sat, 24 Sep 2016, Ioan-Adrian Ratiu wrote: Argh, so right after I posted this I found a