[PATCH] emacs: fix dangling overlays in notmuch-search

2022-10-12 Thread Matt Armstrong
notmuch-search-insert-authors now sets the evaporate property on the ellipsis overlays. Emacs will delete them when the buffer contents are zeroed out, which happens with `notmuch-refresh-buffer`. This prevents them from being collapsed to zero-width overlays in position 1. See Emacs bug#58479.

Re: [PATCH] cli: add options --offset and --limit to notmuch show

2022-10-12 Thread Robin Jarry
Hi Tomi, Tomi Ollila, Oct 12, 2022 at 21:39: > > diff --git a/notmuch-show.c b/notmuch-show.c > > index ee9efa7448d7..ad31e0123268 100644 > > --- a/notmuch-show.c > > +++ b/notmuch-show.c > > @@ -1159,6 +1159,18 @@ do_show_threaded (void *ctx, > > notmuch_thread_t *thread; > >

Re: [PATCH] cli: add options --offset and --limit to notmuch show

2022-10-12 Thread Tomi Ollila
On Wed, Oct 12 2022, Robin Jarry wrote: > notmuch search does not output header values. However, when browsing > through a large email corpus, it can be time saving to be able to > paginate without running notmuch show for each message/thread. > > Add --offset and --limit options to notmuch show.

Re: Selection bug

2022-10-12 Thread Justus Winter
Hi David :) David Bremner writes: > Justus Winter writes: > >> there is a bug in notmuch emacs that is mildly annoying. Sometimes when >> I refresh my search buffer, and there are new mails, the topmost >> (i.e. newest) message seems to be selected (i.e. with green background), >> but in fact