diff options
author | Carl Worth <cworth@cworth.org> | 2010-04-05 15:01:27 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-04-05 15:29:54 -0700 |
commit | 680cc4c11a6025da1809528419e923275f8f85b0 (patch) | |
tree | 6a936b2436febb6cbf067c0bd4d4b1904dfbcf97 /NEWS | |
parent | da2403c310fb7ae65cd63cdd2895c3987d77848f (diff) |
NEWS: Add some (brief) news items for the initial 0.1 release.
Generally, the NEWS items will describe changes since the previous
release. But there's not much we can do for that since we've never had
a release before.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +Notmuch 0.1 (2010-04-05) +======================== +This is the first release of the notmuch mail system. + +It includes the libnotmuch library, the notmuch command-line +interface, and an emacs-based interface to notmuch. + +Note: Notmuch will work best with Xapian 1.0.18 (or later) or Xapian +1.1.4 (or later). Previous versions of Xapian (whether 1.0 or 1.1) had +a performance bug that made notmuch very slow when modifying +tags. This would cause distracting pauses when reading mail while +notmuch would wait for Xapian when removing the "inbox" and "unread" +tags from messages in a thread. |