Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 05 / f6d441e0488e0a563fbdd2df606956453b0775
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 18E27431FBC\r
6         for <notmuch@notmuchmail.org>; Mon, 22 Sep 2014 02:54:16 -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 iJRQ4f0nIlGH for <notmuch@notmuchmail.org>;\r
16         Mon, 22 Sep 2014 02:54:08 -0700 (PDT)\r
17 Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com\r
18  [74.125.82.47])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  09DAB431FB6    for <notmuch@notmuchmail.org>; Mon, 22 Sep 2014 02:54:07 -0700\r
21  (PDT)\r
22 Received: by mail-wg0-f47.google.com with SMTP id y10so2629823wgg.6\r
23         for <notmuch@notmuchmail.org>; Mon, 22 Sep 2014 02:54:06 -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=D5lQOGVFo/Jm32yeMbhYst8UHSzSk09aI6FbAAKe0VY=;\r
28         b=MQjNKvmszVC93liRi8qihtYMg1S8d1lMEzDvjMYzTvXYwIynMVCTj3tWQC9V9GkOAJ\r
29         MofVyJsVarOTgOp8FKoVXwpiw+/HFFLDvQIACgIGuOP7dKB8uNTV3Fd9ZQe/sGHwJs8s\r
30         w03gHUZoZ/08FpVZelcm41vcMZIV6alyJlxLSMODdg0BzO2ZGiuRPNAp9UmCxI39MTD2\r
31         DlX+cerONZ5WE9OURrLyM9LFsgm3EQUOWBSPXTQCgCa6shkRYmbJe/oq0HVV/9OzBQME\r
32         vVF+Fo6syXVssYsRgiBCtgAhxL/IeW69KJyhGI6G0Dxxqc1a3kQKEGkCH61/oUEzl7Wp\r
33         +nww==\r
34 X-Gm-Message-State:\r
35  ALoCoQlqNNsKOLVpXSLyIBzM3ebIW8OfhTdJlCyy8zveVDinNTwglCWiONU6v8fhIXjUsApmRq0j\r
36 X-Received: by 10.180.206.230 with SMTP id lr6mr14434191wic.82.1411379646476; \r
37         Mon, 22 Sep 2014 02:54:06 -0700 (PDT)\r
38 Received: from localhost ([2001:4b98:dc0:43:216:3eff:fe1b:25f3])\r
39         by mx.google.com with ESMTPSA id\r
40         om1sm11692648wjc.42.2014.09.22.02.54.05 for <multiple recipients>\r
41         (version=TLSv1.1 cipher=RC4-SHA bits=128/128);\r
42         Mon, 22 Sep 2014 02:54:05 -0700 (PDT)\r
43 From: Jani Nikula <jani@nikula.org>\r
44 To: notmuch@notmuchmail.org\r
45 Subject: [PATCH 00/11] notmuch insert updates\r
46 Date: Mon, 22 Sep 2014 11:54:20 +0200\r
47 Message-Id: <cover.1411379395.git.jani@nikula.org>\r
48 X-Mailer: git-send-email 1.7.2.5\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: Mon, 22 Sep 2014 09:54:16 -0000\r
62 \r
63 This series refactors and cleans up insert, improves error handling and\r
64 reporting, and adds post-insert hook. I intend to add documentation and\r
65 more tests, but the code is ready for review. Also, at least some of the\r
66 cleanups and fixes in the beginning of the series could go in without\r
67 additional tests or documentation.\r
68 \r
69 BR,\r
70 Jani.\r
71 \r
72 \r
73 Jani Nikula (11):\r
74   lib: actually return failures from\r
75     notmuch_message_tags_to_maildir_flags\r
76   cli/insert: rename check_folder_name to is_valid_folder_name\r
77   cli/insert: move add_file_to_database to a better place\r
78   cli/insert: rename file copy function\r
79   cli/insert: clean up sync_dir\r
80   cli/insert: use a single recursive mkdir function\r
81   cli/insert: abstract temporary filename generation\r
82   cli/insert: rehash file writing functions\r
83   cli/insert: add fail path to add_file_to_database\r
84   cli/insert: require succesful message indexing for success status\r
85   cli/insert: add post-insert hook\r
86 \r
87  lib/message.cc      |    2 +-\r
88  notmuch-insert.c    |  462 +++++++++++++++++++++++++++++----------------------\r
89  test/T070-insert.sh |    2 +-\r
90  3 files changed, 262 insertions(+), 204 deletions(-)\r
91 \r
92 -- \r
93 1.7.2.5\r
94 \r