[PATCH 3/4] emacs: tree: add sort argument to notmuch-tree

2015-08-01 Thread David Bremner
Mark Walters writes: > + OPEN-TARGET: If TRUE open the target message in the message pane. > + OLDEST-FIRST: If TRUE display threads sorted oldest first" > + (interactive > + (list > +;; Prompt for a query > +nil > +;; use default search order > +nil nil nil nil

Re: [PATCH 3/4] emacs: tree: add sort argument to notmuch-tree

2015-07-31 Thread David Bremner
Mark Walters markwalters1...@gmail.com writes: + OPEN-TARGET: If TRUE open the target message in the message pane. + OLDEST-FIRST: If TRUE display threads sorted oldest first + (interactive + (list +;; Prompt for a query +nil +;; use default search order +nil nil nil

[PATCH 3/4] emacs: tree: add sort argument to notmuch-tree

2015-06-27 Thread Mark Walters
This is used by the the notmuch-search command notmuch-tree-from-search-current-query which now keeps the sort order the same when calling tree mode with the current search query. It also uses the customize variable notmuch-search-oldest-first as the default for sort order of a tree search (only

[PATCH 3/4] emacs: tree: add sort argument to notmuch-tree

2015-06-26 Thread Mark Walters
This is used by the the notmuch-search command notmuch-tree-from-search-current-query which now keeps the sort order the same when calling tree mode with the current search query. It also uses the customize variable notmuch-search-oldest-first as the default for sort order of a tree search (only