From 692c81ac2ab49998d0628d81570fb6b85bf5c546 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Mon, 30 Nov 2020 19:16:10 +0100 Subject: [PATCH] add warning about Gmail issue if reverse-alias replacement option --- app/dashboard/templates/dashboard/setting.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/dashboard/templates/dashboard/setting.html b/app/dashboard/templates/dashboard/setting.html index f3e060d8..55e94af9 100644 --- a/app/dashboard/templates/dashboard/setting.html +++ b/app/dashboard/templates/dashboard/setting.html @@ -284,10 +284,11 @@
Reverse Alias Replacement
- When replying to a forwarded email, the reverse-alias is usually included in the attached message. - You can turn on this option to replace the reverse-alias by the alias. However this breaks PGP-signed - emails - so please only enable it if you know what you're doing :). + 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.