summaryrefslogtreecommitdiff
path: root/docs/source/configuration/index.rst
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas_weissschuh@lavabit.com>2012-06-15 14:54:25 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-06-16 22:59:25 +0100
commit09f8e77554060b92ca9596d9b804f3149dbc54ea (patch)
treeaf58f7ebac9a7c40af6dc0b069646c5847b653e9 /docs/source/configuration/index.rst
parent2109e0c24a54414b7ef317472cd80730239280a8 (diff)
document hook: reply_subject
Diffstat (limited to 'docs/source/configuration/index.rst')
-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