Re: [PATCH 0/3] ruby: get rid of Tags object

2023-04-02 Thread Felipe Contreras
On Sun, Apr 2, 2023 at 5:18 PM David Bremner wrote: > > Felipe Contreras writes: > > > We don't need a Tags enumerable object only for a small number of strings, > > we > > can just get them directly. > > > > This fixes an interaction problem where we might request two tags iterables > > from

Re: v2 Index some attachements as text

2023-04-02 Thread David Bremner
David Bremner writes: > This obsoletes the series starting with > > id:20220903232839.1473915-2-da...@tethera.net > > Compared to that series this is rebased against master, it has some > more tests (including both positive and negative tests) and it > documents the non-anchoredness of the

Re: [PATCH 0/3] ruby: get rid of Tags object

2023-04-02 Thread David Bremner
Felipe Contreras writes: > We don't need a Tags enumerable object only for a small number of strings, we > can just get them directly. > > This fixes an interaction problem where we might request two tags iterables > from the same message: > > tags_0 = notmuch_message_get_tags(message); I