If I remember correctly, after upgrading notmuch.el through MELPA,
I have experienced a strange bug when calling
notmuch-tree-from-search-thread in Emacs: it failed due
to the error "Unrecognized option: --sort=newest-first"

The first thing I did was building Notmuch from source to the last
version 0.32.2 (M-x notmuch-version and the CLI command notmuch version
return the same version).

But the error was still there. After investigating a bit, the bug resides
in the notmuch-tree function: it wrongly passes sort-arg to "notmuch
show" which, I believe, doesn't have the option "--sort" at all. Removing it
fixes the bug. Would be grateful if anyone can patch it.

Thanks,

Firmin Martin
_______________________________________________
notmuch mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to