Skip to content

Commit

Permalink
Issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
grosjo committed Apr 3, 2019
1 parent c005659 commit 02cccea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fts-backend-xapian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ static int fts_backend_xapian_lookup(struct fts_backend *_backend, struct mailbo
i_info("Query: FLAG=OR");
}

XQuerySet qs = new XQuerySet(is_and,backend->partial,true);
XQuerySet * qs = new XQuerySet(is_and,backend->partial,true);

const char * hdr;

Expand Down

0 comments on commit 02cccea

Please sign in to comment.