On Tuesday, 2019-11-26 at 16:25:29 -07, Sean Whitton wrote:
> On Tue 26 Nov 2019 at 10:52PM +00, David Edmondson wrote:
>
>> The poor behaviour is just a side effect of the way that queries are
>> composed to implement the filter functionality. Does the attached patch
>> help?
>
> Unfortunately, i
Hello David,
Thank you for the investigation.
On Tue 26 Nov 2019 at 10:52PM +00, David Edmondson wrote:
> The poor behaviour is just a side effect of the way that queries are
> composed to implement the filter functionality. Does the attached patch
> help?
Unfortunately, it is still broken in m
On Tuesday, 2019-11-26 at 14:57:28 -07, Sean Whitton wrote:
> On Tue 26 Nov 2019 at 08:05PM +00, David Edmondson wrote:
>
>> Could you explain how you were using `notmuch-show-thread-id' in a way
>> that was broken by the presence of an arbitrary query?
>
> I've observed that the standard notmuch
Hello David,
On Tue 26 Nov 2019 at 08:05PM +00, David Edmondson wrote:
> Could you explain how you were using `notmuch-show-thread-id' in a way
> that was broken by the presence of an arbitrary query?
I've observed that the standard notmuch command
`notmuch-show-filter-thread' doesn't work in a
Hello,
On Tue 26 Nov 2019 at 08:17PM +01, ra...@free.fr wrote:
> Your approach probably works most of the time, but I don't like the idea
> of having to perform 2 queries when one should be enough.
>
> I think a better approach would be to change notmuch-show (or add a
> new version) that would a
On Thursday, 2019-11-21 at 14:37:44 -07, Sean Whitton wrote:
> The function `org-notmuch-follow-link' in {org,ol}-notmuch.el calls
> `notmuch-show' with an arbitrary notmuch search query. However, the
> docstring for `notmuch-show' specifies that a notmuch thread ID, rather
> than an arbitrary no
Hi,
>
> Here is my workaround. If this approach seems sensible I can prepare a
> patch to `org-notmuch-follow-link` in ol-notmuch.el.
Your approach probably works most of the time, but I don't like the idea
of having to perform 2 queries when one should be enough.
I think a better approach w
Dear maintainers,
On Thu 21 Nov 2019 at 02:37PM -07, Sean Whitton wrote:
> The function `org-notmuch-follow-link' in {org,ol}-notmuch.el calls
> `notmuch-show' with an arbitrary notmuch search query. However, the
> docstring for `notmuch-show' specifies that a notmuch thread ID, rather
> than an
Dear maintainers,
The function `org-notmuch-follow-link' in {org,ol}-notmuch.el calls
`notmuch-show' with an arbitrary notmuch search query. However, the
docstring for `notmuch-show' specifies that a notmuch thread ID, rather
than an arbitrary notmuch query, should be supplied to `notmuch-show'.