We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b4bb3 commit ea175e3Copy full SHA for ea175e3
templates/classic/config.ini
@@ -23,12 +23,12 @@ host = localhost
23
charset = utf-8
24
25
[mailgw]
26
-email_keep_quoted_text = yes
27
-email_leave_body_unchanged = no
28
-mail_default_class = issue
+keep_quoted_text = yes
+leave_body_unchanged = no
+default_class = issue
29
30
[nosy]
31
messages_to_author = no
32
-add_author_to_nosy = new
33
-add_recipients_to_nosy = new
34
-email_signature_position = bottom
+add_author = new
+add_recipients = new
+signature_position = bottom
0 commit comments