sorting in show tree

2021-07-30 Thread Jose Antonio Ortega Ruiz
Hi, I wanted to be able to sort oldest-first in notmuch-tree view (inside emacs). Turns out that needed 'notmuch show' to accept a --sort argument (as search does). I've given it a try (with the patient help of David on IRC) in this repo: https://jao.io/cgit/notmuch/log/?h=tree-sort. With tha

Re: sorting in show tree

2021-06-25 Thread Jose Antonio Ortega Ruiz
On Fri, Jun 25 2021, David Bremner wrote: [...] > Unless the series is really huge (thousands of lines of diff) we prefer > sending it to the list with git-send-email for review. So I guess that's > the other thing you should do ;). okay, i'm attaching to this mail the single patch produced by

Re: sorting in show tree

2021-06-25 Thread David Bremner
Jose Antonio Ortega Ruiz writes: > Hi again, > > Just in case: is there anything else i should do to request this for > merging on the main branch? Or just wait? (which is of course okay!) > > Thanks, > jao > > On Fri, Jun 11 2021, Jose Antonio Ortega Ruiz wrote: > I'm not sure what happened but

Re: sorting in show tree

2021-06-24 Thread Jose Antonio Ortega Ruiz
Hi again, Just in case: is there anything else i should do to request this for merging on the main branch? Or just wait? (which is of course okay!) Thanks, jao On Fri, Jun 11 2021, Jose Antonio Ortega Ruiz wrote: > Hi, > > I wanted to be able to sort oldest-first in notmuch-tree view (inside