Skip to content

Commit a1f6e47

Browse files
Documentation: configuration messages_to_author value "nosy" now documented.
1 parent a23a8c9 commit a1f6e47

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ Fixed:
144144
helping debug this. issue2550848 (Ralf Schlatterbeck, anatoly techtonik)
145145
- Fix issue2550866 '"pip install --editable ." fails'. Thanks to tonich for the
146146
initial patch (John Kristensen)
147-
147+
- Documentation: configuration messages_to_author value "nosy" now documented
148+
in chapter "customizing". (Bernhard Reiter)
148149

149150

150151
2013-07-06: 1.5.0

doc/customizing.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,10 @@ Section **nosy**
416416

417417
messages_to_author -- ``no``
418418
Send nosy messages to the author of the message.
419-
Allowed values: ``yes``, ``no``, ``new``
419+
If ``yes`` is used, then messages are sent to the author
420+
even if not on the nosy list, same for ``new`` (but only for new messages).
421+
When set to ``nosy``, the nosy list controls sending messages to the author.
422+
Allowed values: ``yes``, ``no``, ``new``, ``nosy``
420423

421424
signature_position -- ``bottom``
422425
Where to place the email signature.

0 commit comments

Comments
 (0)