Skip to content
Snippets Groups Projects
Commit 7ce7177e029a authored by Steffen Daode Nurpmeso's avatar Steffen Daode Nurpmeso
Browse files

patch: correctly handle non-tabular Subject: line

The line content of continued Subject: lines was yet joined via
str.replace('\n\t', ' '), which does not handle continuation via
spaces.  So expan the regular expression instead to
handle all allowed forms of mail header line continuation.
parent c208dcd0f709
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment