unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 0e55b961e6d4ea9d86ba37b5d0c49609da2e5b39 1254 bytes (raw)
name: lib/sexp-fp.h 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
 
/* sexp-fp.h - sexp field processor glue
 *
 * This file is part of notmuch.
 *
 * Copyright © 2022 David Bremner
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see https://www.gnu.org/licenses/ .
 *
 * Author: David Bremner <david@tethera.net>
 */

#ifndef NOTMUCH_SEXP_FP_H
#define NOTMUCH_SEXP_FP_H

#if HAVE_SFSEXP
#include <xapian.h>
#include "notmuch.h"

class SexpFieldProcessor : public Xapian::FieldProcessor {
protected:
    notmuch_database_t *notmuch;

public:
    SexpFieldProcessor (notmuch_database_t *notmuch_) : notmuch (notmuch_)
    {
    };

    Xapian::Query operator() (const std::string & query_string);
};

#endif /* HAVE_SFSEXP */
#endif /* NOTMUCH_SEXP_FP_H */

debug log:

solving 0e55b961 ...
found 0e55b961 in https://yhetil.org/notmuch/20220415170318.931068-1-david@tethera.net/
found 341dfa7e in https://yhetil.org/notmuch.git/
preparing index
index prepared:
100644 341dfa7ec48bf6282406146e8dd4fa5f3a18b1ab	lib/sexp-fp.h

applying [1/1] https://yhetil.org/notmuch/20220415170318.931068-1-david@tethera.net/
diff --git a/lib/sexp-fp.h b/lib/sexp-fp.h
index 341dfa7e..0e55b961 100644

Checking patch lib/sexp-fp.h...
Applied patch lib/sexp-fp.h cleanly.

index at:
100644 0e55b961e6d4ea9d86ba37b5d0c49609da2e5b39	lib/sexp-fp.h

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).