Skip to content

Commit ea175e3

Browse files
author
Alexander Smishlajev
committed
option aliases are not recognized in config files
1 parent 46b4bb3 commit ea175e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

templates/classic/config.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ host = localhost
2323
charset = utf-8
2424

2525
[mailgw]
26-
email_keep_quoted_text = yes
27-
email_leave_body_unchanged = no
28-
mail_default_class = issue
26+
keep_quoted_text = yes
27+
leave_body_unchanged = no
28+
default_class = issue
2929

3030
[nosy]
3131
messages_to_author = no
32-
add_author_to_nosy = new
33-
add_recipients_to_nosy = new
34-
email_signature_position = bottom
32+
add_author = new
33+
add_recipients = new
34+
signature_position = bottom

0 commit comments

Comments
 (0)