This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit a32c63296ed3d10addf363652f3de54af7bf0dae
Author: Sebb <[email protected]>
AuthorDate: Mon Nov 22 17:15:04 2021 +0000

    Regen JS
---
 webui/js/ponymail.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webui/js/ponymail.js b/webui/js/ponymail.js
index 473d85d..e75c1e4 100644
--- a/webui/js/ponymail.js
+++ b/webui/js/ponymail.js
@@ -392,7 +392,7 @@ const PONYMAIL_QUOTE_RE = new RegExp("(" +
     ")" +
     ")+|" + //OR...
     "(" +
-    "^(-{5,10}).+?\\1[\r\n]+" + // ----- Forwarded Message -----
+    "^(-{5,10}) .+? \\1[\r\n]+" + // ----- Forwarded Message -----
     "(^\\w+:\\s+.+[\r\n]+){3,10}[\r\n]+" + // Between three and ten header 
fields (we ask for at least 3, so as to not quote PGP blocks)
     "[\\S\\s]+" + // Whatever comes next...
     ")+" +

Reply via email to