branch: elpa/org-mime
commit 744f5f33150e9dcbf9c54ed3ff87fe1b92bf92ee
Merge: 722a295672 5132ec0586
Author: Chen Bin <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #49 from ahttraga/master
    
    Improve signature separator regex
---
 org-mime.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-mime.el b/org-mime.el
index 2f30088a63..28274c5f10 100644
--- a/org-mime.el
+++ b/org-mime.el
@@ -166,7 +166,7 @@ Default (nil) selects the original org-mode file."
   :group 'org-mime
   :type 'sexp)
 
-(defcustom org-mime-mail-signature-separator "^--"
+(defcustom org-mime-mail-signature-separator "^--\s?$"
   "Default mail signature separator."
   :group 'org-mime
   :type 'string)

Reply via email to