From b10b827ceb7e3215a4450b357768e837668c5fb6 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Wed, 31 Jul 2024 16:19:35 +0100 Subject: [PATCH] check in forgotten docs for config options --- docs/source/configuration/alotrc_table | 12 +++++++++++- docs/source/usage/modes/search.rst | 2 ++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/source/configuration/alotrc_table b/docs/source/configuration/alotrc_table index a244cf020..f476e49dc 100644 --- a/docs/source/configuration/alotrc_table +++ b/docs/source/configuration/alotrc_table @@ -385,7 +385,7 @@ where to look up hooks :type: string - :default: "~/.config/alot/hooks.py" + :default: "$XDG_CONFIG_HOME/alot/hooks.py" .. _initial-command: @@ -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: