emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-mime 6593522166 051/118: Fix: #22


From: ELPA Syncer
Subject: [nongnu] elpa/org-mime 6593522166 051/118: Fix: #22
Date: Wed, 5 Jan 2022 07:58:46 -0500 (EST)

branch: elpa/org-mime
commit 659352216693b29e271b3d908f0e7b92426c81f7
Author: Liu, Joey <joey.liu@philips.com>
Commit: Liu, Joey <joey.liu@philips.com>

    Fix: #22
---
 org-mime.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-mime.el b/org-mime.el
index b259347c07..8b3d7e1974 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -283,7 +283,7 @@ OPTS is export options."
             (setq lines (split-string s "\n"))
             (dolist (l lines)
               (cond
-               ((string-match "^ *[^ ]*> \\(.*\\)" l)
+               ((string-match "^ *[^ ]*> ?\\(.*\\)" l)
                 (when (not is-quoted)
                   (setq rlt (concat rlt "</p>\n<blockquote 
class=\"gmail_quote\" style=\"margin:0 0 0 .8ex;border-left:1px #ccc 
solid;padding-left:1ex\">\n<p>\n"))
                   (setq is-quoted t))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]