summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/configuration/index.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/source/configuration/index.rst b/docs/source/configuration/index.rst
index 29abd2d1..e2b78207 100644
--- a/docs/source/configuration/index.rst
+++ b/docs/source/configuration/index.rst
@@ -249,6 +249,14 @@ Apart from command pre- and posthooks, the following hooks will be interpreted:
:returns: triple of amended command list, shell and thread flags
:rtype: list of str, bool, bool
+.. py:function:: reply_subject(subject)
+
+ used to reformat the subject header on reply
+
+ :param subject: subject to reformat
+ :type subject: str
+ :rtype: str
+
.. _themes:
Themes