summaryrefslogtreecommitdiffstats
path: root/maildrop/search.h
diff options
context:
space:
mode:
authorSam Varshavchik2018-02-16 20:54:41 -0500
committerSam Varshavchik2018-02-16 21:19:05 -0500
commitc6c18e6142360a30cc11bfe29ac8b762e99a2104 (patch)
treeee18c5fcb707c5d230950dd57e4ae619e3bd38b0 /maildrop/search.h
parent8b4fcc3895ca8243e200c15cd089323a482cad13 (diff)
downloadcourier-libs-c6c18e6142360a30cc11bfe29ac8b762e99a2104.tar.bz2
maildrop: Add :H pattern modifier to maildrop.
rfc2045: RFC2045_DECODEMSG_NOATTACHHEADERS flag, do not decode attachment headers. maildrop: The ":H" pattern modifier searches main headers only, does not search attachments' headers.
Diffstat (limited to 'maildrop/search.h')
-rw-r--r--maildrop/search.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/maildrop/search.h b/maildrop/search.h
index 5f97125..681c082 100644
--- a/maildrop/search.h
+++ b/maildrop/search.h
@@ -50,7 +50,7 @@ class Search {
Buffer current_line;
Buffer next_line;
- int match_header, match_body;
+ int match_top_header, match_other_headers, match_body;
double weight1, weight2;
int scoring_match;