aboutsummaryrefslogtreecommitdiff
path: root/emacs/notmuch-hello.el
diff options
context:
space:
mode:
authorMark Walters <markwalters1009@gmail.com>2020-02-27 17:16:48 +0000
committerDavid Bremner <david@tethera.net>2020-03-19 22:06:49 -0300
commit63f4ba30571ef5cc633c418f8ab7151308e55f0e (patch)
tree15dd28b2a3a9abf000848d851db21b4950353cd6 /emacs/notmuch-hello.el
parentf140bbcb40ac2510189329c11ca8ff20650c9eab (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.el2
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.