]> git.notmuchmail.org Git - notmuch/blobdiff - NEWS
RELEASING: update discussion of version handling
[notmuch] / NEWS
diff --git a/NEWS b/NEWS
index f224d02c4538b9337c5d65a219a2f82f897614e2..98e07eb4714c7237729d9d5011a5b46592d2cb29 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,11 @@ 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
 -------------
 
@@ -43,6 +48,20 @@ Search avoids opening and parsing message files
        notmuch new
        notmuch restore notmuch.dump
 
+New collection of add-on tools
+------------------------------
+
+The source directory "contrib" contains tools built on notmuch.  These
+tools are not part of notmuch, and you should check their individual
+licenses.  Feel free to report problems with them to the notmuch
+mailing list.
+
+nmbug - share tags with a given prefix
+
+   nmbug helps maintain a git repo containing all tags with a given
+   prefix (by default "notmuch::"). Tags can be shared by commiting
+   them to git in one location and restoring in another.
+
 Notmuch 0.9 (2011-10-01)
 ========================