diff options
| author | Mark Walters <markwalters1009@gmail.com> | 2020-02-27 17:16:48 +0000 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-03-19 22:06:49 -0300 |
| commit | 63f4ba30571ef5cc633c418f8ab7151308e55f0e (patch) | |
| tree | 15dd28b2a3a9abf000848d851db21b4950353cd6 /emacs/notmuch-hello.el | |
| parent | f140bbcb40ac2510189329c11ca8ff20650c9eab (diff) | |
Introduce unthreaded mode
This commit introduces a new 'unthreaded' search mode where each
matching message is shown on a separate line. It shares almost all of
its code with tree view. Subsequent commits will allow it to diverge
slightly in appearance.
Diffstat (limited to 'emacs/notmuch-hello.el')
| -rw-r--r-- | emacs/notmuch-hello.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index aff8beb5..858446df 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -31,7 +31,7 @@ (declare-function notmuch-search "notmuch" (&optional query oldest-first target-thread target-line continuation)) (declare-function notmuch-poll "notmuch" ()) (declare-function notmuch-tree "notmuch-tree" - (&optional query query-context target buffer-name open-target)) + (&optional query query-context target buffer-name open-target unthreaded)) (defun notmuch-saved-search-get (saved-search field) "Get FIELD from SAVED-SEARCH. |
