]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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.


No differences found