]> git.notmuchmail.org Git - notmuch/commit
notmuch.el: Hook up support for different search orders.
authorCarl Worth <cworth@cworth.org>
Fri, 13 Nov 2009 06:58:51 +0000 (22:58 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 13 Nov 2009 07:09:56 +0000 (23:09 -0800)
commita5e9c06eb6d6334da8505a527be22cdd935aacfb
tree6a85e356e3ce39eed8ec95dde9fbc6ee658bb32d
parentf7b49d658ad507b72d01b06d56975dba0b7cafc8
notmuch.el: Hook up support for different search orders.

This gives us two different default search orders: The inbox view that
comes up from "M-x notmuch" is sorted in chronological order (oldest
threads first). A new global search "M-x notmuch-search" will instead
be in reverse chronological order (newest threads first).

Any filtered searches retain the sort order of the search being
filtered.

There's not yet any interface for changing the sort order of a search
after it is constructed.
notmuch.el