diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index 55e94af9..891c8b9a 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -280,27 +280,29 @@ -
-
-
Reverse Alias Replacement
-
- When replying to a forwarded email, the reverse-alias can be automatically included - in the attached message by your email client.
- Turning on this option will replace the reverse-alias by your contact email.
- Please note this option doesn't work well with Gmail UI - as Gmail automatically enriches the message which breaks the reverse-alias format. -
-
- -
- - + {% if current_user.replace_reverse_alias %} +
+
+
Reverse Alias Replacement
+
+ When replying to a forwarded email, the reverse-alias can be automatically included + in the attached message by your email client.
+ Turning on this option will replace the reverse-alias by your contact email.
+ Please note this option doesn't work well with Gmail UI + as Gmail automatically enriches the message which breaks the reverse-alias format.
- - +
+ +
+ + +
+ +
+
-
+ {% endif %}