Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / b0 / 350c2725588423e466833d4b1b6f920b58f09e
1 Return-Path: <jani@nikula.org>\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 BCF5C431FC2\r
6         for <notmuch@notmuchmail.org>; Sun, 28 Sep 2014 07:41:12 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 2SYfkbMVe9VA for <notmuch@notmuchmail.org>;\r
16         Sun, 28 Sep 2014 07:41:05 -0700 (PDT)\r
17 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com\r
18         [74.125.82.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id C0D82431FAE\r
21         for <notmuch@notmuchmail.org>; Sun, 28 Sep 2014 07:41:04 -0700 (PDT)\r
22 Received: by mail-we0-f171.google.com with SMTP id k48so11635014wev.30\r
23         for <notmuch@notmuchmail.org>; Sun, 28 Sep 2014 07:41:03 -0700 (PDT)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=1e100.net; s=20130820;\r
26         h=x-gm-message-state:from:to:cc:subject:date:message-id;\r
27         bh=3kQEvliXIuPTYwi1TemmLC/wpS9if53/BvqewbUfAf4=;\r
28         b=VxEKK063Efzf1hlBQrocoQY0enRzD9/J9Flj8wvLPna1QX9A8yYo+Ey2pnOJPpqs1h\r
29         3D0l6ZGawbhQB3ja6D1biO8e/CwlOb8eMOc+mZExwAc0lvexAZS6KLnjxYs7VJ0zaK2i\r
30         SrKbGFlbAFOyq9+f1FOYcyauabOv27IPyj/08gT8HZL0hpFKk2nz/SRCwtDG7EIgCuvh\r
31         WV9LOHELs31fJCHPnc/1du5atlgXX/cY23QDgj5RWsG0vfAFWtFvQ2XuSI4xmHul83kv\r
32         OABcwEcIFEVSTS1/1lQNM+MNeRWoCAKD4hyhj/0Q6pJwmhb/3siqgEegc6OQ7d2jM5fy\r
33         DPbg==\r
34 X-Gm-Message-State:\r
35  ALoCoQl1FQCgtUPqm2IdYFJvewnu9vbleC1NZPocviNNMytlOIzu/ZYV1N80ifALK70m3DtOvihM\r
36 X-Received: by 10.194.93.7 with SMTP id cq7mr38319913wjb.58.1411915262391;\r
37         Sun, 28 Sep 2014 07:41:02 -0700 (PDT)\r
38 Received: from localhost (dsl-hkibrasgw2-58c36c-245.dhcp.inet.fi.\r
39         [88.195.108.245])\r
40         by mx.google.com with ESMTPSA id pn5sm12715088wjc.4.2014.09.28.07.41.01\r
41         for <multiple recipients>\r
42         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
43         Sun, 28 Sep 2014 07:41:01 -0700 (PDT)\r
44 From: Jani Nikula <jani@nikula.org>\r
45 To: notmuch@notmuchmail.org\r
46 Subject: [PATCH v2 0/3] notmuch insert failure paths and post-insert hook\r
47 Date: Sun, 28 Sep 2014 17:40:56 +0300\r
48 Message-Id: <cover.1411914914.git.jani@nikula.org>\r
49 X-Mailer: git-send-email 2.1.0\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sun, 28 Sep 2014 14:41:12 -0000\r
63 \r
64 This is v2 of the final three patches of [1]. The failure paths have\r
65 been improved further still, with some new warning messages on any\r
66 cleanup errors as well. Man pages have been updated.\r
67 \r
68 Tests are still lacking. The post-insert hook should be simple, but I\r
69 haven't had a sudden outburst of creativity in figuring out how to test\r
70 all the fail scenarios.\r
71 \r
72 BR,\r
73 Jani.\r
74 \r
75 \r
76 [1] id:cover.1411379395.git.jani@nikula.org\r
77 \r
78 Jani Nikula (3):\r
79   cli/insert: add fail path to add_file_to_database\r
80   cli/insert: require succesful message indexing for success status\r
81   cli/insert: add post-insert hook\r
82 \r
83  doc/man1/notmuch-insert.rst |  26 ++++++--\r
84  doc/man5/notmuch-hooks.rst  |  11 ++++\r
85  notmuch-insert.c            | 140 +++++++++++++++++++++++++++++++-------------\r
86  test/T070-insert.sh         |   2 +-\r
87  4 files changed, 132 insertions(+), 47 deletions(-)\r
88 \r
89 -- \r
90 2.1.0\r
91 \r