Re: [PATCH 1/2] emacs: Enable more text/plain hook functions by default.
[notmuch-archives.git] / e8 / 29ae5a24e678a0c45b83e70b171b756788e866
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 1ABA7429E21\r
6         for <notmuch@notmuchmail.org>; Mon,  3 Oct 2011 13:40:18 -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 G9xLFOfmqJ7k for <notmuch@notmuchmail.org>;\r
17         Mon,  3 Oct 2011 13:40:17 -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 5F68F431FB6\r
22         for <notmuch@notmuchmail.org>; Mon,  3 Oct 2011 13:40:17 -0700 (PDT)\r
23 Received: by bkbzt12 with SMTP id zt12so6679021bkb.26\r
24         for <notmuch@notmuchmail.org>; Mon, 03 Oct 2011 13:40: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=GSHKdJyDXPcR0qaFMDrLDPu1L9dIQUsRpVf6sS2T9H0=;\r
28         b=WyHv74zMAdfOOagRSb5enHVLn9F5Cu6R/rhIDX2AMEEAQkUTAImoH3xGL4DhzHL/I1\r
29         gYDL4QP1hyQsFeHEYmV/xGgjqUWFZGpG3AeP8dQ01RcId80nYwl0xG1uLWWFsYZUauPb\r
30         Kbrlb+AopM89JS6bDQFfz1ojMnl7F7qBj3LVg=\r
31 Received: by 10.223.97.220 with SMTP id m28mr505646fan.20.1317674414551;\r
32         Mon, 03 Oct 2011 13:40:14 -0700 (PDT)\r
33 Received: from localhost ([85.104.4.184])\r
34         by mx.google.com with ESMTPS id j5sm22597818fac.25.2011.10.03.13.40.13\r
35         (version=TLSv1/SSLv3 cipher=OTHER);\r
36         Mon, 03 Oct 2011 13:40:14 -0700 (PDT)\r
37 From: Ali Polatel <polatel@gmail.com>\r
38 To: Austin Clements <amdragon@MIT.EDU>\r
39 Subject: [PATCH v2 0/2] Better error handling\r
40 Date: Mon,  3 Oct 2011 23:40:13 +0300\r
41 Message-Id: <cover.1317674063.git.alip@exherbo.org>\r
42 X-Mailer: git-send-email 1.7.6.1\r
43 In-Reply-To: <20111003203837.GA22365@hayalet>\r
44 References: <20111003203837.GA22365@hayalet>\r
45 Organization: Pink Floyd\r
46 Cc: Ali Polatel <alip@exherbo.org>,\r
47         Notmuch Mailing List <notmuch@notmuchmail.org>\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Mon, 03 Oct 2011 20:40:18 -0000\r
61 \r
62 From: Ali Polatel <alip@exherbo.org>\r
63 \r
64 New set of patches addressing the issues in the mail\r
65 "id:20111003174308.GD17905@mit.edu"\r
66 \r
67 Ali Polatel (2):\r
68   lib: destroy message object after message removal\r
69   lib: make find_message{,by_filename) report errors\r
70 \r
71  lib/database.cc   |   95 +++++++++++++++++++++++++++++++++++-----------------\r
72  lib/message.cc    |    8 +++--\r
73  lib/notmuch.h     |   60 +++++++++++++++++++++++----------\r
74  notmuch-new.c     |    4 ++-\r
75  notmuch-restore.c |   11 ++++--\r
76  5 files changed, 120 insertions(+), 58 deletions(-)\r
77 \r
78 -- \r
79 1.7.6.1\r
80 \r