diff options
| -rw-r--r-- | maildrop/search.C | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/maildrop/search.C b/maildrop/search.C index c50f8e9..c7fa007 100644 --- a/maildrop/search.C +++ b/maildrop/search.C @@ -215,6 +215,8 @@ int Search::findinline(Message &msg, const char *expr, Buffer *foreachp)  	foreachp_arg=foreachp;  	rfc2045_decodemsgtoutf8(&msg.rfc2045src_parser,  				msg.rfc2045p, &decode_cb); +	if (current_line.Length() >= 1) +		search_cb("\n", 1);  	return 0;  } | 
