[Patch v5 1/6] dump: support gzipped output
[notmuch-archives.git] / c2 / 0d8ec7bfce95e4bccec34ef7f3e743ec089b01
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 9CC99431FAF\r
6         for <notmuch@notmuchmail.org>; Sun, 17 Feb 2013 07:52:09 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 8hjWdOcLl704 for <notmuch@notmuchmail.org>;\r
16         Sun, 17 Feb 2013 07:52:08 -0800 (PST)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id D6F93431FAE\r
21         for <notmuch@notmuchmail.org>; Sun, 17 Feb 2013 07:52:08 -0800 (PST)\r
22 Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net\r
23         ([156.34.82.78] helo=zancas.localnet)\r
24         by tesseract.cs.unb.ca with esmtpsa\r
25         (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80)\r
26         (envelope-from <bremner@unb.ca>)\r
27         id 1U76X7-00089a-DQ; Sun, 17 Feb 2013 11:52:07 -0400\r
28 Received: from bremner by zancas.localnet with local (Exim 4.80)\r
29         (envelope-from <bremner@unb.ca>)\r
30         id 1U76X0-0000Ds-DZ; Sun, 17 Feb 2013 11:51:58 -0400\r
31 From: David Bremner <david@tethera.net>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: notmuch release 0.15.2 now available\r
34 User-Agent: Notmuch/0.15.1 (http://notmuchmail.org) Emacs/24.2.1\r
35         (x86_64-pc-linux-gnu)\r
36 Date: Sun, 17 Feb 2013 11:51:58 -0400\r
37 Message-ID: <87r4kf5469.fsf@zancas.localnet>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain\r
40 X-Spam_bar: -\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: Sun, 17 Feb 2013 15:52:09 -0000\r
54 \r
55 \r
56 Where to obtain notmuch 0.15.2\r
57 ===========================\r
58   http://notmuchmail.org/releases/notmuch-0.15.2.tar.gz\r
59 \r
60 Which can be verified with:\r
61 \r
62   http://notmuchmail.org/releases/notmuch-0.15.2.tar.gz.sha1\r
63   cbfcfe8441dded2268da2740eb7da4c509c289bb  notmuch-0.15.2.tar.gz\r
64 \r
65   http://notmuchmail.org/releases/notmuch-0.15.2.tar.gz.sha1.asc\r
66   (signed by David Bremner)\r
67 \r
68 What's new in notmuch 0.15.2\r
69 ============================\r
70 \r
71 Build fixes\r
72 -----------\r
73 \r
74 Update dependencies to avoid problems when building in parallel.\r
75 \r
76 Internal test framework changes\r
77 -------------------------------\r
78 \r
79 Adjust Emacs test watchdog mechanism to cope with `process-attributes`\r
80 being unimplimented.\r
81 \r
82 What is notmuch\r
83 ===============\r
84 Notmuch is a system for indexing, searching, reading, and tagging\r
85 large collections of email messages in maildir or mh format. It uses\r
86 the Xapian library to provide fast, full-text search with a convenient\r
87 search syntax.\r
88 \r
89 For more about notmuch, see http://notmuchmail.org\r
90 \r