unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 526c2178713afbe0e6ece562d71a5bf67b37217b 476 bytes (raw)
name: lib/parse-time-vrp.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
 

#ifndef NOTMUCH_PARSE_TIME_VRP_H
#define NOTMUCH_PARSE_TIME_VRP_H

#include <xapian.h>

/* see *ValueRangeProcessor in xapian-core/include/xapian/queryparser.h */
class ParseTimeValueRangeProcessor : public Xapian::ValueRangeProcessor {
protected:
    Xapian::valueno valno;

public:
    ParseTimeValueRangeProcessor (Xapian::valueno slot_)
	: valno(slot_) { }

    Xapian::valueno operator() (std::string &begin, std::string &end);
};

#endif /* NOTMUCH_PARSE_TIME_VRP_H */

debug log:

solving 526c217 ...
found 526c217 in https://yhetil.org/notmuch/8aeefad3bb883a9fba5a9db4619b031cd7f290a3.1344028781.git.jani@nikula.org/ ||
	https://yhetil.org/notmuch/c2da03e2ff6827478378364d27914e462cc847d8.1350164594.git.jani@nikula.org/ ||
	https://yhetil.org/notmuch/babc01848c5900be3442d73a7bd4b7dafdd8ed42.1344065790.git.jani@nikula.org/ ||
	https://yhetil.org/notmuch/f21b8702728457c087478b26700e9448bc16c61d.1350854171.git.jani@nikula.org/ ||
	https://yhetil.org/notmuch/532340d05ea748518c021048900bb83149e04e88.1347484177.git.jani@nikula.org/

applying [1/1] https://yhetil.org/notmuch/8aeefad3bb883a9fba5a9db4619b031cd7f290a3.1344028781.git.jani@nikula.org/
diff --git a/lib/parse-time-vrp.h b/lib/parse-time-vrp.h
new file mode 100644
index 0000000..526c217

Checking patch lib/parse-time-vrp.h...
Applied patch lib/parse-time-vrp.h cleanly.

skipping https://yhetil.org/notmuch/c2da03e2ff6827478378364d27914e462cc847d8.1350164594.git.jani@nikula.org/ for 526c217
skipping https://yhetil.org/notmuch/babc01848c5900be3442d73a7bd4b7dafdd8ed42.1344065790.git.jani@nikula.org/ for 526c217
skipping https://yhetil.org/notmuch/f21b8702728457c087478b26700e9448bc16c61d.1350854171.git.jani@nikula.org/ for 526c217
skipping https://yhetil.org/notmuch/532340d05ea748518c021048900bb83149e04e88.1347484177.git.jani@nikula.org/ for 526c217
index at:
100644 526c2178713afbe0e6ece562d71a5bf67b37217b	lib/parse-time-vrp.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).