Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 47 / 079da2a554faa7260b88f90dc10767ab71eed8
1 Return-Path: <bremner@unb.ca>\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 2E2EA429E25\r
6         for <notmuch@notmuchmail.org>; Sat, 10 Sep 2011 06:05:26 -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.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id hQnNSlHSyDHz for <notmuch@notmuchmail.org>;\r
16         Sat, 10 Sep 2011 06:05:24 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 0CFBE431FB6\r
21         for <notmuch@notmuchmail.org>; Sat, 10 Sep 2011 06:05:21 -0700 (PDT)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc36w-156034073093.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [156.34.73.93]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p8AD5IaM028878\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Sat, 10 Sep 2011 10:05:20 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.76)\r
29         (envelope-from <bremner@unb.ca>)\r
30         id 1R2NFC-00011N-Lu; Sat, 10 Sep 2011 10:05:14 -0300\r
31 From: David Bremner <david@tethera.net>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: notmuch release 0.8 now available\r
34 User-Agent: Notmuch/0.8 (http://notmuchmail.org) Emacs/23.3.1\r
35         (x86_64-pc-linux-gnu)\r
36 Date: Sat, 10 Sep 2011 10:05:13 -0300\r
37 Message-ID: <87hb4kpmye.fsf@zancas.localnet>\r
38 MIME-Version: 1.0\r
39 Content-Type: multipart/signed; boundary="=-=-=";\r
40         micalg=pgp-sha1; protocol="application/pgp-signature"\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Sat, 10 Sep 2011 13:05:26 -0000\r
54 \r
55 --=-=-=\r
56 Content-Transfer-Encoding: quoted-printable\r
57 \r
58 \r
59 Where to obtain notmuch 0.8\r
60 =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
61 =3D=3D\r
62   http://notmuchmail.org/releases/notmuch-0.8.tar.gz\r
63 \r
64 Which can be verified with:\r
65 \r
66   http://notmuchmail.org/releases/notmuch-0.8.tar.gz.sha1\r
67   cc9e18f6a3a0020a73d3d37be35fb60bb630523d  notmuch-0.8.tar.gz\r
68 \r
69   http://notmuchmail.org/releases/notmuch-0.8.tar.gz.sha1.asc\r
70   (signed by David Bremner)\r
71 \r
72 What's new in notmuch 0.8\r
73 =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
74 \r
75 Improved handling of message/rfc822 parts\r
76 \r
77   Both in the CLI and the emacs interface.  Output of rfc822 parts now\r
78   includes the primary headers, as well as the body and all subparts.\r
79   Output of the completely raw rfc822-formatted message, including all\r
80   headers, is unfortunately not yet supported (but hopefully will be\r
81   soon).\r
82 \r
83 Improved Build system portability=20\r
84 \r
85   Certain parts of the shell script generating notmuch.sym were\r
86   specific to the GNU versions of sed and nm. The new version should\r
87   be more portable to e.g. OpenBSD.\r
88 \r
89 Documentation update for Ruby bindings\r
90 \r
91   Added documentation, typo fixes, and improved support for rdoc.\r
92 \r
93 Unicode, iterator, PEP8 changes for python bindings\r
94 \r
95   - PEP8 (code formatting) changes for python files.\r
96   - Remove Tags.__len__ ; see 0.6 release notes for motivation.\r
97   - Decode headers as UTF8, encode (unicode) database paths as UTF8.\r
98 \r
99 What is notmuch\r
100 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D\r
101 Notmuch is a system for indexing, searching, reading, and tagging\r
102 large collections of email messages in maildir or mh format. It uses\r
103 the Xapian library to provide fast, full-text search with a convenient\r
104 search syntax.\r
105 \r
106 For more about notmuch, see http://notmuchmail.org\r
107 \r
108 \r
109 --=-=-=\r
110 Content-Type: application/pgp-signature\r
111 \r
112 -----BEGIN PGP SIGNATURE-----\r
113 Version: GnuPG v1.4.11 (GNU/Linux)\r
114 \r
115 iJwEAQECAAYFAk5rYIoACgkQTiiN/0Um85ncDAP+MqiGHJcoqddH5lbDaZFwtkw1\r
116 l87lNGrXng92HwJqJSxN1p32y5aUVl4kwGNNkkDY6w+as9K+I9SmvjNdF+Yn6t4D\r
117 rE3IxSmJvAbDRoQnErZAdemjutC0H1WlDICY/nBfRtOWQmwkalkwptAsFdosos02\r
118 QxQNVG4D0stJD9+22QE=\r
119 =dLbi\r
120 -----END PGP SIGNATURE-----\r
121 --=-=-=--\r