UX: suppress "in reply to" section in emails by default

Previously we would include this section, unfortunately

1. It is usually elided in gmail
2. It can make the emails longer and more confusing
3. Omission is a feature, it means people need to visit site to get context
This commit is contained in:
Sam Saffron 2020-07-06 10:39:46 +10:00
parent 31976ecfeb
commit 199a53e936
No known key found for this signature in database
GPG Key ID: B9606168D2FFD9F5

View File

@ -2063,7 +2063,7 @@ user_preferences:
enum: "PreviousRepliesSiteSetting"
default: 2
default_email_in_reply_to:
default: true
default: false
default_other_new_topic_duration_minutes:
enum: "NewTopicDurationSiteSetting"