Re: [PATCH] ruby: query: fix get sort

2023-05-25 Thread David Bremner
Felipe Contreras writes: > The order was wrong, right now `query.sort` doesn't return a number. > applied to master d ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org

[PATCH] ruby: query: fix get sort

2023-04-03 Thread Felipe Contreras
The order was wrong, right now `query.sort` doesn't return a number. Signed-off-by: Felipe Contreras --- bindings/ruby/query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ruby/query.c b/bindings/ruby/query.c index 8a2b4d3d..077def02 100644 --- a/bindings/ruby/que