unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 351d06e68a24e1ac679bbd92d2280a36dc8e7982 620 bytes (raw)
name: lib/getdate-proc.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
 

#ifndef NOTMUCH_GETDATE_PROC_H
#define NOTMUCH_GETDATE_PROC_H

#include <xapian.h>

/* see *ValueRangeProcessor in xapian-core/include/xapian/queryparser.h */
class GetDateValueRangeProcessor : public Xapian::StringValueRangeProcessor {
public:
    GetDateValueRangeProcessor (Xapian::valueno slot_)
	: StringValueRangeProcessor (slot_) { }

    GetDateValueRangeProcessor (Xapian::valueno slot_,
				const std::string &str_,
				bool prefix_ = true)
	: StringValueRangeProcessor (slot_, str_, prefix_) { }

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

#endif /* NOTMUCH_GETDATE_PROC_H */

debug log:

solving 351d06e ...
found 351d06e in https://yhetil.org/notmuch/c02a53f8e1d6b7d12f17b8b5e578885790a5ea46.1329689945.git.jani@nikula.org/

applying [1/1] https://yhetil.org/notmuch/c02a53f8e1d6b7d12f17b8b5e578885790a5ea46.1329689945.git.jani@nikula.org/
diff --git a/lib/getdate-proc.h b/lib/getdate-proc.h
new file mode 100644
index 0000000..351d06e

Checking patch lib/getdate-proc.h...
Applied patch lib/getdate-proc.h cleanly.

index at:
100644 351d06e68a24e1ac679bbd92d2280a36dc8e7982	lib/getdate-proc.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).