Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / f3 / f8d3664871b7b9773096f65bd0f749b4858b0f
1 Return-Path: <polatel@gmail.com>\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 700F4429E21\r
6         for <notmuch@notmuchmail.org>; Mon,  3 Oct 2011 22:06:19 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\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 L3pLRh4PgXR9 for <notmuch@notmuchmail.org>;\r
17         Mon,  3 Oct 2011 22:06:15 -0700 (PDT)\r
18 Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com\r
19         [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 8AB52431FB6\r
22         for <notmuch@notmuchmail.org>; Mon,  3 Oct 2011 22:06:15 -0700 (PDT)\r
23 Received: by bkbzt12 with SMTP id zt12so224537bkb.26\r
24         for <notmuch@notmuchmail.org>; Mon, 03 Oct 2011 22:06:14 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references\r
27         :organization; bh=LiBDXXRCOFGIs7KTrBlhaVedSL6v4PNXsduq4pesDDU=;\r
28         b=VP51zqqkBSiANqjNrer4eFua63NigMCpgqAlhLvuEbOC/DuIayj1b+QQETiRC6BJbZ\r
29         EoHmMglvHyGKJnjlGEfu2YltWvyZ6lrQbr/P4RxpL19ENIRCy4qT6nYyfKw0DJH3o81m\r
30         s41MSYL2OpP7HJi4iWivOrLf4KSVLA0Vxq3GM=\r
31 Received: by 10.223.34.73 with SMTP id k9mr1120241fad.9.1317704774156;\r
32         Mon, 03 Oct 2011 22:06:14 -0700 (PDT)\r
33 Received: from localhost ([88.236.39.101])\r
34         by mx.google.com with ESMTPS id v17sm23986327fai.18.2011.10.03.22.06.13\r
35         (version=TLSv1/SSLv3 cipher=OTHER);\r
36         Mon, 03 Oct 2011 22:06:13 -0700 (PDT)\r
37 From: Ali Polatel <polatel@gmail.com>\r
38 To: David Bremner <david@tethera.net>\r
39 Subject: [PATCH v3 0/2] Better error handling\r
40 Date: Tue,  4 Oct 2011 08:06:07 +0300\r
41 Message-Id: <cover.1317704225.git.alip@exherbo.org>\r
42 X-Mailer: git-send-email 1.7.6.1\r
43 In-Reply-To: <20111004050046.GA6048@hayalet>\r
44 References: <20111004050046.GA6048@hayalet>\r
45 Organization: Pink Floyd\r
46 Cc: Ali Polatel <alip@exherbo.org>,\r
47         Notmuch Mailing List <notmuch@notmuchmail.org>,\r
48         Austin Clements <amdragon@MIT.EDU>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Tue, 04 Oct 2011 05:06:20 -0000\r
62 \r
63 From: Ali Polatel <alip@exherbo.org>\r
64 \r
65 New set of patches addressing the issues in the mail\r
66 "id:8739f9muhp.fsf@zancas.localnet"\r
67 \r
68 You may also find the commits in my notmuch repository:\r
69 git://github.com/alip/notmuch.git branch: find_message-v3\r
70 \r
71 Ali Polatel (2):\r
72   lib: destroy message object after message removal\r
73   lib: make find_message{,by_filename) report errors\r
74 \r
75  lib/database.cc   |   98 ++++++++++++++++++++++++++++++++++++-----------------\r
76  lib/message.cc    |    8 +++--\r
77  lib/notmuch.h     |   58 +++++++++++++++++++++----------\r
78  notmuch-new.c     |    4 ++-\r
79  notmuch-restore.c |   11 ++++--\r
80  5 files changed, 122 insertions(+), 57 deletions(-)\r
81 \r
82 -- \r
83 1.7.6.1\r
84 \r