notmuch show get newest message first

2019-10-08 Thread meOme
Hi! Is it possible to get the newest message first in a result of notmuch show? The result always shows a reply to a message after the message. But as the reply is newer than the original message the sorting within the replies is oldest first. It would be great to have "newest-first". Is that

Re: notmuch show get newest message first

2019-10-08 Thread Dan Čermák
Hi, maybe this? (setq notmuch-search-oldest-first nil) Cheers, Dan meOme writes: > Hi! > Is it possible to get the newest message first in a result of notmuch show? > The result always shows a reply to a message after the message. But as the > reply is newer than the original message the

Re: notmuch show get newest message first

2019-10-08 Thread David Bremner
meOme writes: > Hi! > Is it possible to get the newest message first in a result of notmuch show? > The result always shows a reply to a message after the message. But as the > reply is newer than the original message the sorting within the replies is > oldest first. It would be great to have

Python3 cffi bindings

2019-10-08 Thread Floris Bruynooghe
Hi all, IIRC there was a thread in August about another attempt at bringing the CFFI-based bindings on board as a Python3-only version. I believe there was a desire to re-name things but my searching-fu is failing me and I can no longer find the email thread. Anyway, I found the code, checked

Re: Python3 cffi bindings

2019-10-08 Thread David Bremner
Floris Bruynooghe writes: > Anyway, I found the code, checked things work, updated tests on new > python versions, added a very basic intergration with the test > framework and squashed the commits. Otherwise the attached patch > is just a plain dump of the current state so interested people