Re: how do the different frontends deal with displaying large queries?

2016-02-24 Thread Gaute Hope
That makes sense of course, that could work. Thanks, Gaute Den onsdag 24. februar 2016 skrev David Bremner følgende: > Gaute Hope > writes: > > > Hi, > > > > I am wondering how the different frontends deal with displaying large > > queries? Do you just display everything at the time? Or do you

Re: how do the different frontends deal with displaying large queries?

2016-02-24 Thread David Bremner
Gaute Hope writes: > Hi, > > I am wondering how the different frontends deal with displaying large > queries? Do you just display everything at the time? Or do you display a > limited number and then show more on-demand? > I only know the emacs front end, and I suspect the answer won't help you

Re: encoding of message-ids

2016-02-24 Thread W. Trevor King
On Wed, Feb 17, 2016 at 09:34:29AM -0400, David Bremner wrote: > Daniel Kahn Gillmor writes: > > That said, RFC 2047 suggest that its encodings are only relevant > > in places where a "text" token would be used. Message-ID (and > > References and In-Reply-To) are intended to only contain > > dot-a

Re: Loading a notmuch email buffer in Emacs from the command line

2016-02-24 Thread Suvayu Ali
On Sat, Feb 20, 2016 at 12:16:33PM +0200, Tomi Ollila wrote: > On Sat, Feb 20 2016, Neeum Zawan wrote: > > > > Is there a way (e.g. with emacsclient) to load up a particular email > > thread or email message buffer from the command line? > > quick test yields that at least > > emacs -f notmuch

need to call notmuch_threads_get (..) to actually move iterator

2016-02-24 Thread Gaute Hope
Hi, it seems to be necessary to actually call notmuch_threads_get (threads) to move the thread iterator from a query object, just calling notmuch_threads_move_to_next (..) is not enough: ``` notmuch_query_t *query; notmuch_threads_t *threads; notmuch_thread_t *thread; query = notmuch_query_cre