]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
test: add tests for notmuch search --offset and --limit
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index 88f7b204f8178c641e45969ca5fc307d8e7864cc..7bd998707a9c73027b1511505cc272712fbad28b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,16 @@ Add search terms to  "notmuch dump"
   search/show/tag. The output file argument of dump is deprecated in
   favour of using stdout.
 
+Add "notmuch search" --offset and --limit options
+
+  The search command now takes options --offset=[-]N and --limit=N to limit
+  the number of results shown.
+
+Add "notmuch count --output" option
+
+  The count command is now capable of counting threads in addition to
+  messages. This is selected using the new --output=(threads|messages) option.
+
 Optimizations
 -------------