Re: [PATCH v4 16/16] add "notmuch reindex" subcommand
[notmuch-archives.git] / b2 / 3ceb2828147fd4e95bc8e57aa3c202f67838c3
1 Return-Path: <cworth@cworth.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id A28724196F0\r
6         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 17:11:54 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.89\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.89 tagged_above=-999 required=5\r
12         tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, T_MIME_NO_TEXT=0.01]\r
13         autolearn=ham\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id k9pMHXjOeUSe for <notmuch@notmuchmail.org>;\r
17         Tue, 27 Apr 2010 17:11:54 -0700 (PDT)\r
18 Received: from yoom.home.cworth.org (localhost [127.0.0.1])\r
19         by olra.theworths.org (Postfix) with ESMTP id E02D6431FC1\r
20         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 17:11:53 -0700 (PDT)\r
21 Received: by yoom.home.cworth.org (Postfix, from userid 1000)\r
22         id 87F38568DEC; Tue, 27 Apr 2010 17:11:53 -0700 (PDT)\r
23 From: Carl Worth <cworth@cworth.org>\r
24 To: notmuch@notmuchmail.org\r
25 Subject: [Announce] notmuch release 0.3.1 now available\r
26 User-Agent: Notmuch/0.3-7-g2baa576 (http://notmuchmail.org) Emacs/23.1.1\r
27         (i486-pc-linux-gnu)\r
28 Date: Tue, 27 Apr 2010 17:11:53 -0700\r
29 Message-ID: <87zl0oqvue.fsf@yoom.home.cworth.org>\r
30 MIME-Version: 1.0\r
31 Content-Type: multipart/signed; boundary="=-=-=";\r
32         micalg=pgp-sha1; protocol="application/pgp-signature"\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.13\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Wed, 28 Apr 2010 00:11:54 -0000\r
46 \r
47 --=-=-=\r
48 Content-Transfer-Encoding: quoted-printable\r
49 \r
50 Yes, the 0.3 release from a few hours ago was found to have a few bugs\r
51 in particular situations.\r
52 \r
53 This 0.3.1 release consists of a handle of carefully crafted fixes for\r
54 all of the recently identified bugs in the 0.3 release.\r
55 \r
56 See below for details. And thanks for everyone who tested and gave\r
57 valuable feedback on the 0.3 release!\r
58 \r
59 =2DCarl\r
60 \r
61 =2D-=20\r
62 carl.d.worth@intel.com\r
63 \r
64 \r
65 Where to obtain notmuch 0.3.1\r
66 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=\r
67 =3D=3D\r
68   http://notmuchmail.org/releases/notmuch-0.3.1.tar.gz\r
69 \r
70 Which can be verified with:\r
71 \r
72   http://notmuchmail.org/releases/notmuch-0.3.1.tar.gz.sha1\r
73   a59820085c44229843684d81fbfbbed473956a12  notmuch-0.3.1.tar.gz\r
74 \r
75   http://notmuchmail.org/releases/notmuch-0.3.1.tar.gz.sha1.asc\r
76   (signed by Carl Worth)\r
77 \r
78 What's new in notmuch 0.3.1\r
79 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D\r
80 General bug fixes\r
81 =2D----------------\r
82 Fix an infinite loop in "notmuch reply"\r
83 \r
84   This bug could be triggered by replying to a message where the\r
85   user's primary email address did not appear in the To: header and\r
86   the user had not configured any secondary email addresses. The bug\r
87   was a simple re-use of the same iterator variable in nested loops.\r
88 \r
89 Fix a potential SEGV in "notmuch search"\r
90 \r
91   This bug could be triggered by an author name ending in a ','.\r
92   Admittedly - that's almost certainly a spam email, but we never\r
93   want notmuch to crash.\r
94 \r
95 Emacs bug fixes\r
96 =2D--------------\r
97 Fix calculations for line wrapping in the primary "notmuch" view.\r
98 \r
99 Fix Fcc support to prompt to create a directory if the specified Fcc\r
100 directory does not exist.\r
101 \r
102 Build fix\r
103 =2D--------\r
104 Fix build on OpenSolaris (at least) due to missing 'extern "C"' block.\r
105 \r
106   Without this, the C++ sources could not find strcasestr and the\r
107   final linking of notmuch would fail.\r
108 \r
109 What is notmuch\r
110 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D\r
111 Notmuch is a system for indexing, searching, reading, and tagging\r
112 large collections of email messages in maildir or mh format. It uses\r
113 the Xapian library to provide fast, full-text search with a convenient\r
114 search syntax.\r
115 \r
116 For more about notmuch, see http://notmuchmail.org\r
117 \r
118 --=-=-=\r
119 Content-Type: application/pgp-signature\r
120 \r
121 -----BEGIN PGP SIGNATURE-----\r
122 Version: GnuPG v1.4.10 (GNU/Linux)\r
123 \r
124 iD8DBQFL131J6JDdNq8qSWgRAqG9AJ4+7OJpY3OdBpR+X6lG3+f93B+QkQCeMydA\r
125 3HF5WwUEeBLlrz+/EcHB7m0=\r
126 =ZlUR\r
127 -----END PGP SIGNATURE-----\r
128 --=-=-=--\r