The Exmerge program uses the following algorithm to search for messages in the source store
(date_restriction) AND (subj1 OR subj2 OR ... subjn) AND (att1 OR att2 OR ... attn)
where
date_restriction is the range of dates that are specified on the
Dates page,
subj is one or more subject lines that you specified, and
att is one or more attachment names that you specified.
If a range of dates or subjects or attachments is not specified, then that component is removed from the above algorithm. For example, if no date restriction is specified then the algorithm is:
(subj1 OR subj2 OR ... subjn) AND (att1 OR att2 OR ... attn)
If no attachment names are specified, the algorithm is:
(date_restriction) AND (subj1 OR subj2 OR ... subjn)