database error
[notmuch-archives.git] / 6c / 9664a4ead378eeceae3beec5c608c718016418
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 08C27429E21\r
6         for <notmuch@notmuchmail.org>; Mon,  3 Oct 2011 09:49:28 -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 q-smD8sIAKsm for <notmuch@notmuchmail.org>;\r
17         Mon,  3 Oct 2011 09:49:27 -0700 (PDT)\r
18 Received: from mail-gx0-f181.google.com (mail-gx0-f181.google.com\r
19         [209.85.161.181]) (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 680E6431FB6\r
22         for <notmuch@notmuchmail.org>; Mon,  3 Oct 2011 09:49:27 -0700 (PDT)\r
23 Received: by ggmi1 with SMTP id i1so784017ggm.26\r
24         for <notmuch@notmuchmail.org>; Mon, 03 Oct 2011 09:49:25 -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=HEsJZgjFYE8ey0biLe+oVLmJv9fBrC2zosfvMe56NPM=;\r
28         b=cPgT63odwEto8w0h2xnXTDAWn4aTpWH9OoCKcLAXr4hZrPgMB7HczXFeq+woJ1MBdJ\r
29         vFnd+RU3xIhREa4Eu0b9IpZRPW1C3lfWpD3mbD3Frt/8ErNsDICHhu/dzTxmsww5vmIo\r
30         PGl3TSgfg8EwH6pN0nZtHyzIncmyny7BRq410=\r
31 Received: by 10.223.45.202 with SMTP id g10mr146697faf.126.1317660565385;\r
32         Mon, 03 Oct 2011 09:49:25 -0700 (PDT)\r
33 Received: from localhost ([88.236.39.101])\r
34         by mx.google.com with ESMTPS id g19sm21908274fai.8.2011.10.03.09.49.23\r
35         (version=TLSv1/SSLv3 cipher=OTHER);\r
36         Mon, 03 Oct 2011 09:49:23 -0700 (PDT)\r
37 From: Ali Polatel <polatel@gmail.com>\r
38 To: Notmuch Mailing List <notmuch@notmuchmail.org>\r
39 Subject: [PATCH v1 0/1] lib: make find_message{,by_filename) report errors\r
40 Date: Mon,  3 Oct 2011 19:49:19 +0300\r
41 Message-Id: <cover.1317660324.git.alip@exherbo.org>\r
42 X-Mailer: git-send-email 1.7.6.1\r
43 In-Reply-To: <cover.1317456435.git.alip@exherbo.org>\r
44 References: <cover.1317456435.git.alip@exherbo.org>\r
45 Organization: Pink Floyd\r
46 Cc: Austin Clements <amdragon@MIT.EDU>\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Mon, 03 Oct 2011 16:49:28 -0000\r
60 \r
61 Here is an updated patch fixing style issues addressed by amdragon on\r
62 IRC. I plan to submit a patch documenting how to configure VIM to code\r
63 using notmuch's style guidelines as well.\r
64 \r
65 You may also find the commit in my notmuch repository:\r
66 git://github.com/alip/notmuch.git branch: find_message-v1\r
67 \r
68 Ali Polatel (1):\r
69   lib: make find_message{,by_filename) report errors\r
70 \r
71  lib/database.cc   |   90 ++++++++++++++++++++++++++++++++++------------------\r
72  lib/message.cc    |    6 ++--\r
73  lib/notmuch.h     |   61 +++++++++++++++++++++++++----------\r
74  notmuch-new.c     |    4 ++-\r
75  notmuch-restore.c |   11 ++++--\r
76  5 files changed, 115 insertions(+), 57 deletions(-)\r
77 \r
78 -- \r
79 1.7.6.1\r
80 \r