summaryrefslogtreecommitdiffstats
path: root/maildrop
diff options
context:
space:
mode:
Diffstat (limited to 'maildrop')
-rw-r--r--maildrop/search.C2
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;
}