Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / 68 / 66eb041e6bd0acd4f1ec61bce4f7344743ccb6
1 Return-Path: <lrilling@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 89694429E25\r
6         for <notmuch@notmuchmail.org>; Tue, 12 Jul 2011 07:00:09 -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.699\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001,\r
13         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 Fx3V3-inJAJF for <notmuch@notmuchmail.org>;\r
17         Tue, 12 Jul 2011 07:00:09 -0700 (PDT)\r
18 Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com\r
19         [209.85.215.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 C1DFA431FB6\r
22         for <notmuch@notmuchmail.org>; Tue, 12 Jul 2011 07:00:08 -0700 (PDT)\r
23 Received: by eyh5 with SMTP id 5so1740488eyh.26\r
24         for <notmuch@notmuchmail.org>; Tue, 12 Jul 2011 07:00:07 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=sender:from:to:cc:subject:date:message-id:x-mailer;\r
27         bh=+0obN8pQlfL+KSi9Sm5ZH31IuoiX6SC0EfLAbaE8hBc=;\r
28         b=L0yiyPSuPEFzdlhDXa+xiBakumRPblRfpKBocGG9sYKpa3Uzq42x5POlcMYRMZqqp/\r
29         N++bBZre354kIIRlSCPXwEnP3PFrhJbkhlqezbdSFEt9AI8RuMck3HbGPZDVzdVgO4hh\r
30         aB/m06cR4VE4rhYdvHnVPfWIuODmNm+I3Eka8=\r
31 Received: by 10.14.49.197 with SMTP id x45mr1656653eeb.120.1310479207457;\r
32         Tue, 12 Jul 2011 07:00:07 -0700 (PDT)\r
33 Received: from osdor.le-roi-du-couscous.fr ([78.222.14.116])\r
34         by mx.google.com with ESMTPS id z49sm1538190eef.33.2011.07.12.07.00.06\r
35         (version=SSLv3 cipher=OTHER); Tue, 12 Jul 2011 07:00:07 -0700 (PDT)\r
36 Sender: Louis Rilling <lrilling@gmail.com>\r
37 From: Louis Rilling <l.rilling@av7.net>\r
38 To: Carl Worth <cworth@cworth.org>\r
39 Subject: [PATCH 0/3 v3] lib: Maildir flags synchronization fixes\r
40 Date: Tue, 12 Jul 2011 15:59:47 +0200\r
41 Message-Id: <1310479190-6973-1-git-send-email-l.rilling@av7.net>\r
42 X-Mailer: git-send-email 1.7.2.5\r
43 Cc: notmuch@notmuchmail.org, Austin Clements <amdragon@MIT.EDU>\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Tue, 12 Jul 2011 14:00:09 -0000\r
57 \r
58 Hello Carl,\r
59 \r
60 Here is the updated series of fixes I have around maildir flags\r
61 synchronization. The first two patches are just cleanups that can be applied\r
62 independently.\r
63 \r
64 The intent for the third patch (detailed in the commit log) is to allow mutt\r
65 users to keep using the "new" status, as long as notmuch can respect the\r
66 maildir specification.\r
67 \r
68 Changelog:\r
69 * v3: Added patch to kill the last usage of C++ type bool\r
70 * v2: Fix bool type as well as NULL returned despite having no errors (Austin\r
71       Clements)\r
72 \r
73 Thanks,\r
74 \r
75 Louis\r
76 \r
77 Louis Rilling (3):\r
78   lib: Kill last usage of C++ type bool\r
79   tags_to_maildir_flags: Cleanup double assignement\r
80   tags_to_maildir_flags: Don't rename if no flags change\r
81 \r
82  lib/message.cc |   26 +++++++++++++++++---------\r
83  1 files changed, 17 insertions(+), 9 deletions(-)\r
84 \r
85 -- \r
86 1.7.2.5\r
87 \r