[PATCH v1] emacs: Decrypt non-text/plain parts during reply generation.
[notmuch-archives.git] / 5f / c4fee0867a57b2fd89d96433c64129bd9edb54
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 31B16431FCB\r
6         for <notmuch@notmuchmail.org>; Tue, 29 May 2012 05:06:17 -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: 0.01\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.01 tagged_above=-999 required=5\r
12         tests=[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 926cX6ty8mt7 for <notmuch@notmuchmail.org>;\r
16         Tue, 29 May 2012 05:06:16 -0700 (PDT)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 5B34E431FBC\r
21         for <notmuch@notmuchmail.org>; Tue, 29 May 2012 05:06:16 -0700 (PDT)\r
22 Received: from fctnnbsc30w-156034089108.dhcp-dynamic.fibreop.nb.bellaliant.net\r
23         ([156.34.89.108] helo=zancas.localnet)\r
24         by tesseract.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
25         (Exim 4.72) (envelope-from <bremner@unb.ca>)\r
26         id 1SZLBj-00034L-3G; Tue, 29 May 2012 09:06:15 -0300\r
27 Received: from bremner by zancas.localnet with local (Exim 4.77)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1SZLBd-0004n9-Jj; Tue, 29 May 2012 09:06:05 -0300\r
30 From: David Bremner <david@tethera.net>\r
31 To: notmuch@notmuchmail.org\r
32 Subject: notmuch release 0.13.1 now available\r
33 User-Agent: Notmuch/0.13+20~g97527b0 (http://notmuchmail.org) Emacs/23.4.1\r
34         (x86_64-pc-linux-gnu)\r
35 Date: Tue, 29 May 2012 09:06:04 -0300\r
36 Message-ID: <87pq9n2nv7.fsf@zancas.localnet>\r
37 MIME-Version: 1.0\r
38 Content-Type: multipart/signed; boundary="=-=-=";\r
39         micalg=pgp-sha1; protocol="application/pgp-signature"\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: Tue, 29 May 2012 12:06:17 -0000\r
54 \r
55 --=-=-=\r
56 \r
57 Where to obtain notmuch 0.13.1\r
58 ===========================\r
59   http://notmuchmail.org/releases/notmuch-0.13.1.tar.gz\r
60 \r
61 Which can be verified with:\r
62 \r
63   http://notmuchmail.org/releases/notmuch-0.13.1.tar.gz.sha1\r
64   48c22d6901148cf732e09e11db6ae4fde61f8386  notmuch-0.13.1.tar.gz\r
65 \r
66   http://notmuchmail.org/releases/notmuch-0.13.1.tar.gz.sha1.asc\r
67   (signed by David Bremner)\r
68 \r
69 What's new in notmuch 0.13.1\r
70 =========================\r
71 \r
72 Bug-fix release\r
73 ---------------\r
74 \r
75 Fix inserting of UTF-8 characters from *text/plain* parts in reply\r
76 \r
77   While notmuch gained ability to insert content from other than *text/plain*\r
78   parts of email whenever *text/plain* parts are not available (notably\r
79   HTML-only emails), replying to mails that do have *text/plain* the\r
80   non-ASCII characters were incorrectly decoded. This is now fixed.\r
81 \r
82 `notmuch_database_get_directory` and\r
83 `notmuch_database_find_message_by_filename` now work on read-only\r
84 databases\r
85 \r
86   Previously, these functions attempted to create directory documents\r
87   that didn't exist and would return an error or abort when given a\r
88   read-only database.  Now they no longer create directory documents\r
89   and simply return a `NULL` object if the directory does not exist,\r
90   as documented.\r
91 \r
92 Fix compilation of ruby bindings.\r
93 \r
94   Revert to dynamic linking, since the statically linked bindings did\r
95   not work well.\r
96 \r
97 What is notmuch\r
98 ===============\r
99 Notmuch is a system for indexing, searching, reading, and tagging\r
100 large collections of email messages in maildir or mh format. It uses\r
101 the Xapian library to provide fast, full-text search with a convenient\r
102 search syntax.\r
103 \r
104 --=-=-=\r
105 Content-Type: application/pgp-signature\r
106 \r
107 -----BEGIN PGP SIGNATURE-----\r
108 Version: GnuPG v1.4.12 (GNU/Linux)\r
109 \r
110 iJwEAQECAAYFAk/Eu60ACgkQTiiN/0Um85lKDwQAlb7VlkVzX1WELsoVL77Tg+J2\r
111 /Mw8hFru3P6rrZrb9UcXj9XKIojAjW1EKFXHaMigv7BBmcvf3ngSgYsHhXaPkeMU\r
112 5arH9fFhXDp+hAujFmpuOQCLnqE7qpT/ZQ9g2/kOi8qouvV3RraIgC1tTdYv0sh9\r
113 egSCe51GC4iBmr7JjSM=\r
114 =ITdG\r
115 -----END PGP SIGNATURE-----\r
116 --=-=-=--\r