Re: Flat search and threaded views

2016-08-11 Thread Yuri D'Elia
On Thu, Aug 04 2016, Yuri D'Elia wrote: > The problem is that the search I've built includes both existing > messages and unread ones (with a buffer of a day). So even though I get > a new (unread) message, some existing messages in the thread also match. > When reading a new

Re: Flat search and threaded views

2016-08-04 Thread Matt Armstrong
Yuri D'Elia writes: > For example, for a query like "tag:unread AND date:24h..now", I'm shown > all threads containing unread messages within the last day, which is > perfect. But when I select a thread (with RET), I'm shown the thread > from the start. Yuri, I see you're

Re: Flat search and threaded views

2016-08-04 Thread Yuri D'Elia
On Thu, Aug 04 2016, Jani Nikula wrote: >> I'd like to jump directly to the first unread message (and in detail, to >> the first message that actually matches the query!). It's really not >> great to have to find what message matched the query, especially for >> long-running

Re: Flat search and threaded views

2016-08-04 Thread Jani Nikula
On Thu, 04 Aug 2016, Yuri D'Elia wrote: > For example, for a query like "tag:unread AND date:24h..now" BTW the "now" part is redundant, you can use an open ended range "tag:unread AND date:24h..". BR, Jani. ___ notmuch mailing list

Re: Flat search and threaded views

2016-08-04 Thread Jani Nikula
On Thu, 04 Aug 2016, Yuri D'Elia wrote: > Hi everyone, I'm experimenting with notmuch-emacs.el (straight from > git), and I have a few questions after a few days of testing. > > The search buffer packs messages in threads by default. Is there a way > to have a flat list of