[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / e8 / 3018bbce0a17b3e6cd0b69ce62b19d707a9e8c
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 654D2429E25\r
6         for <notmuch@notmuchmail.org>; Sat,  1 Oct 2011 01:12:33 -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 dLbLXXca97Xy for <notmuch@notmuchmail.org>;\r
17         Sat,  1 Oct 2011 01:12:33 -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 B9BC2431FB6\r
22         for <notmuch@notmuchmail.org>; Sat,  1 Oct 2011 01:12:32 -0700 (PDT)\r
23 Received: by bkbzt12 with SMTP id zt12so3139417bkb.26\r
24         for <notmuch@notmuchmail.org>; Sat, 01 Oct 2011 01:12:30 -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:mime-version:content-type:content-transfer-encoding;\r
28         bh=kmCBPBxsQTQ4pohq9QirpunAU9YW3BzAjubekM5oJYM=;\r
29         b=YwYFxYw1fTI26R/L2iiyqaAUgIWic/E854GjGAmwI1GZa8LWSmRmn9KPT2d/AWOP2y\r
30         970JV7d/XCyD6aydWtoy4k/sYYlbo3IyvuL4hsWJuEvE4mbwNPlM4CLqpijbJY/Cwr8v\r
31         H7h78HCkOL29sOM5zCCMIceTezgf9JKdVfbK0=\r
32 Received: by 10.223.39.91 with SMTP id f27mr1440526fae.26.1317456749953;\r
33         Sat, 01 Oct 2011 01:12:29 -0700 (PDT)\r
34 Received: from localhost ([78.183.84.0])\r
35         by mx.google.com with ESMTPS id u6sm10390079fan.17.2011.10.01.01.12.28\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Sat, 01 Oct 2011 01:12:28 -0700 (PDT)\r
38 From: Ali Polatel <polatel@gmail.com>\r
39 To: Austin Clements <amdragon@MIT.EDU>\r
40 Subject: [PATCH] lib: make find_message{,by_filename) report errors\r
41 Date: Sat,  1 Oct 2011 11:12:23 +0300\r
42 Message-Id: <cover.1317456435.git.alip@exherbo.org>\r
43 X-Mailer: git-send-email 1.7.6.1\r
44 In-Reply-To: <20110930064712.GA30012@hayalet>\r
45 References: <20110930064712.GA30012@hayalet>\r
46 Organization: Pink Floyd\r
47 MIME-Version: 1.0\r
48 Content-Type: text/plain; charset=UTF-8\r
49 Content-Transfer-Encoding: 8bit\r
50 Cc: Notmuch Mailing List <notmuch@notmuchmail.org>,\r
51         Ali Polatel <alip@exherbo.org>\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Sat, 01 Oct 2011 08:12:33 -0000\r
65 \r
66 From: Ali Polatel <alip@exherbo.org>\r
67 \r
68 Looks like the patch did not make it correctly the first time.\r
69 Resending using git-send-emailâ„¢\r
70 \r
71 You may also find the commit in my notmuch repository:\r
72 git://github.com/alip/notmuch.git branch: find_message\r
73 \r
74 Ali Polatel (1):\r
75   lib: make find_message{,by_filename) report errors\r
76 \r
77  lib/database.cc   |   89 ++++++++++++++++++++++++++++++++++------------------\r
78  lib/message.cc    |    6 ++--\r
79  lib/notmuch.h     |   61 +++++++++++++++++++++++++-----------\r
80  notmuch-new.c     |    4 ++-\r
81  notmuch-restore.c |   11 ++++--\r
82  5 files changed, 114 insertions(+), 57 deletions(-)\r
83 \r
84 -- \r
85 1.7.6.1\r
86 \r