]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: update search sort order help to match code
[notmuch] / emacs / notmuch.el
index a9949a146f300fa77530c5d1340ce96409cf8a56..f3ce840028ec8b62bf437a9ec3f63f42ebb17977 100644 (file)
@@ -1008,17 +1008,8 @@ depending on the value of `notmuch-poll-script'."
 (defun notmuch-search-toggle-order ()
   "Toggle the current search order.
 
-By default, the \"inbox\" view created by `notmuch' is displayed
-in chronological order (oldest thread at the beginning of the
-buffer), while any global searches created by `notmuch-search'
-are displayed in reverse-chronological order (newest thread at
-the beginning of the buffer).
-
-This command toggles the sort order for the current search.
-
-Note that any filtered searches created by
-`notmuch-search-filter' retain the search order of the parent
-search."
+This command toggles the sort order for the current search. The
+default sort order is defined by `notmuch-search-oldest-first'."
   (interactive)
   (set 'notmuch-search-oldest-first (not notmuch-search-oldest-first))
   (notmuch-search-refresh-view))