branch: elpa/org-mime
commit 5132ec0586a6b68105742ccb332b10e3b259c379
Author: Çağlar Girit <[email protected]>
Commit: Çağlar Girit <[email protected]>
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)