Comparing version 1.0.1 to 1.0.2
@@ -157,3 +157,6 @@ // Generated by CoffeeScript 1.10.0 | ||
inlineReplyIndex = markers.indexOf(inlineReplyMatch[1], inlineReplyMatch.index); | ||
isInlineReplyLink = REGEXES.PARENTHESIS_LINK.test(lines[inlineReplyIndex - 1]) || lines[inlineReplyIndex].trim().search(REGEXES.PARENTHESIS_LINK) === 0; | ||
isInlineReplyLink = false; | ||
if (inlineReplyIndex > -1) { | ||
isInlineReplyLink = REGEXES.PARENTHESIS_LINK.test(lines[inlineReplyIndex - 1]) || lines[inlineReplyIndex].trim().search(REGEXES.PARENTHESIS_LINK) === 0; | ||
} | ||
if (!isInlineReplyLink) { | ||
@@ -160,0 +163,0 @@ setReturnFlags(returnFlags, false, -1, -1); |
{ | ||
"name": "planer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Remove reply quotations from emails", | ||
@@ -5,0 +5,0 @@ "main": "lib/planer.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61038
462