aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2014-10-14 19:32:54 +0300
committerDavid Bremner <david@tethera.net>2015-03-13 07:58:55 +0100
commit6d44e5ac4743f618513c9a080733d91afa683f16 (patch)
treeaf98d5783411b5f2d216d63ed7bca54945287e68 /devel
parent76f8498df61577c2f2e8f22e34a93a37ea532a03 (diff)
lib: make notmuch_query_count_messages explicitely exact
The default is actually exact if no checkatleast parameter is specified. This change makes that explicit, mainly for documentation, but also to be safe in the unlikely event of a change of default. [ commit message rewritten by db based on id:87lho0nlkk.fsf@nikula.org ]
Diffstat (limited to 'devel')
-rw-r--r--devel/TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/devel/TODO b/devel/TODO
index 1cf4089f..116194d8 100644
--- a/devel/TODO
+++ b/devel/TODO
@@ -188,11 +188,6 @@ into the shared-library interface.
Audit all libnotmuch entry points to ensure that all Xapian calls are
wrapped in a try/catch block.
-Fix the "count" functionality to be exact as Olly explained in IRC:
-
- ojwb> cworth: if you set the check_at_least parameter to the
- database size, get_matches_estimated() will be exact
-
Fix the threading of a message that has a References: header but no
In-Reply-To: header (see id:"87lixxnxpb.fsf@yoom.home.cworth.org").