From f1bbd00862d2b6b050c755f36262597af22bb824 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Tue, 13 Aug 2024 16:56:04 +0100 Subject: [PATCH] docs: maintainence this checks in some forgotten stuff and also fixes a warning caused by double imports of sphinx source files --- docs/source/configuration/alotrc_table | 10 ++++++++++ docs/source/usage/modes/search.rst | 2 ++ docs/source/usage/signals.rst | 10 ++++------ 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/docs/source/configuration/alotrc_table b/docs/source/configuration/alotrc_table index 75004a4d1..3b7342d3c 100644 --- a/docs/source/configuration/alotrc_table +++ b/docs/source/configuration/alotrc_table @@ -788,6 +788,16 @@ :default: notmuch +.. _thread-unfold-matching: + +.. describe:: thread_unfold_matching + + Unfold messages matching the query. If not set, will unfold all messages matching search buffer query. + + :type: string + :default: None + + .. _timestamp-format: .. describe:: timestamp_format diff --git a/docs/source/usage/modes/search.rst b/docs/source/usage/modes/search.rst index e413fd118..c30c43f9d 100644 --- a/docs/source/usage/modes/search.rst +++ b/docs/source/usage/modes/search.rst @@ -74,6 +74,8 @@ The following commands are available in search mode: open thread in a new buffer + optional arguments + :---all-folded: do not unfold matching messages .. _cmd.search.sort: diff --git a/docs/source/usage/signals.rst b/docs/source/usage/signals.rst index c1dcbc9e2..55de82e74 100644 --- a/docs/source/usage/signals.rst +++ b/docs/source/usage/signals.rst @@ -1,7 +1,5 @@ -.. glossary:: +SIGUSR1 + Refreshes the current buffer. - SIGUSR1 - Refreshes the current buffer. - - SIGINT - Shuts down the user interface. +SIGINT + Shuts down the user interface.