Mercurial > p > roundup > code
comparison templates/classic/config.ini @ 2641:744f16fde4b2
option aliases are not recognized in config files
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Tue, 27 Jul 2004 06:05:00 +0000 |
| parents | a9e1fff1e793 |
| children | a2dfc62a8cf5 |
comparison
equal
deleted
inserted
replaced
| 2640:b01eca163779 | 2641:744f16fde4b2 |
|---|---|
| 21 domain = your.tracker.email.domain.example | 21 domain = your.tracker.email.domain.example |
| 22 host = localhost | 22 host = localhost |
| 23 charset = utf-8 | 23 charset = utf-8 |
| 24 | 24 |
| 25 [mailgw] | 25 [mailgw] |
| 26 email_keep_quoted_text = yes | 26 keep_quoted_text = yes |
| 27 email_leave_body_unchanged = no | 27 leave_body_unchanged = no |
| 28 mail_default_class = issue | 28 default_class = issue |
| 29 | 29 |
| 30 [nosy] | 30 [nosy] |
| 31 messages_to_author = no | 31 messages_to_author = no |
| 32 add_author_to_nosy = new | 32 add_author = new |
| 33 add_recipients_to_nosy = new | 33 add_recipients = new |
| 34 email_signature_position = bottom | 34 signature_position = bottom |
