Update comment

This commit is contained in:
smitcona
2017-02-01 17:29:05 +00:00
parent 139edd6104
commit 567467b8ed

View File

@@ -479,8 +479,8 @@ def split_emails(msg):
def _mark_quoted_email_splitlines(markers, lines): def _mark_quoted_email_splitlines(markers, lines):
""" """
When there are headers indented with '>' characters, we will attempt to identify if the header is a splitline header When there are headers indented with '>' characters, this method will attempt to identify if the header is a
using a slightly altered SPLITTER_PATTERNS list and mark it as 's'. splitline header. If it is, then we mark it with 's' instead of leaving it as 'm' and return the new markers.
""" """
# Create a list of markers to easily alter specific characters # Create a list of markers to easily alter specific characters
markerlist = list(markers) markerlist = list(markers)