Closed tats closed 3 years ago
I've improved the commit log with the reference, and force pushed.
Sorry but I cannot find your comment.
The intention of "\n" is to certainly remove the matched line with "\n".
In mew-imap-filter(), if "\n" is not yet received, the problem occurs. Because the line without "\n" is removed, but the next "\n" will remain which causes blank line in the header.
See also the below removing part in mew-imap-filter().
(when bytes
(goto-char (point-min))
(while (and (looking-at "^\\*") (= (forward-line) 0))
(delete-region (point-min) (point))))
Merged. Thank you for your contribution!
cf. https://groups.google.com/g/mew-ja/c/6cTxl35J8s4