[PATCH 0/3 v3] lib: Maildir flags synchronization fixes
authorLouis Rilling <l.rilling@av7.net>
Tue, 12 Jul 2011 13:59:47 +0000 (15:59 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:05 +0000 (09:39 -0800)
68/66eb041e6bd0acd4f1ec61bce4f7344743ccb6 [new file with mode: 0644]

diff --git a/68/66eb041e6bd0acd4f1ec61bce4f7344743ccb6 b/68/66eb041e6bd0acd4f1ec61bce4f7344743ccb6
new file mode 100644 (file)
index 0000000..659c718
--- /dev/null
@@ -0,0 +1,87 @@
+Return-Path: <lrilling@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 89694429E25\r
+       for <notmuch@notmuchmail.org>; Tue, 12 Jul 2011 07:00:09 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.699\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001,\r
+       RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id Fx3V3-inJAJF for <notmuch@notmuchmail.org>;\r
+       Tue, 12 Jul 2011 07:00:09 -0700 (PDT)\r
+Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com\r
+       [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id C1DFA431FB6\r
+       for <notmuch@notmuchmail.org>; Tue, 12 Jul 2011 07:00:08 -0700 (PDT)\r
+Received: by eyh5 with SMTP id 5so1740488eyh.26\r
+       for <notmuch@notmuchmail.org>; Tue, 12 Jul 2011 07:00:07 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=sender:from:to:cc:subject:date:message-id:x-mailer;\r
+       bh=+0obN8pQlfL+KSi9Sm5ZH31IuoiX6SC0EfLAbaE8hBc=;\r
+       b=L0yiyPSuPEFzdlhDXa+xiBakumRPblRfpKBocGG9sYKpa3Uzq42x5POlcMYRMZqqp/\r
+       N++bBZre354kIIRlSCPXwEnP3PFrhJbkhlqezbdSFEt9AI8RuMck3HbGPZDVzdVgO4hh\r
+       aB/m06cR4VE4rhYdvHnVPfWIuODmNm+I3Eka8=\r
+Received: by 10.14.49.197 with SMTP id x45mr1656653eeb.120.1310479207457;\r
+       Tue, 12 Jul 2011 07:00:07 -0700 (PDT)\r
+Received: from osdor.le-roi-du-couscous.fr ([78.222.14.116])\r
+       by mx.google.com with ESMTPS id z49sm1538190eef.33.2011.07.12.07.00.06\r
+       (version=SSLv3 cipher=OTHER); Tue, 12 Jul 2011 07:00:07 -0700 (PDT)\r
+Sender: Louis Rilling <lrilling@gmail.com>\r
+From: Louis Rilling <l.rilling@av7.net>\r
+To: Carl Worth <cworth@cworth.org>\r
+Subject: [PATCH 0/3 v3] lib: Maildir flags synchronization fixes\r
+Date: Tue, 12 Jul 2011 15:59:47 +0200\r
+Message-Id: <1310479190-6973-1-git-send-email-l.rilling@av7.net>\r
+X-Mailer: git-send-email 1.7.2.5\r
+Cc: notmuch@notmuchmail.org, Austin Clements <amdragon@MIT.EDU>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 12 Jul 2011 14:00:09 -0000\r
+\r
+Hello Carl,\r
+\r
+Here is the updated series of fixes I have around maildir flags\r
+synchronization. The first two patches are just cleanups that can be applied\r
+independently.\r
+\r
+The intent for the third patch (detailed in the commit log) is to allow mutt\r
+users to keep using the "new" status, as long as notmuch can respect the\r
+maildir specification.\r
+\r
+Changelog:\r
+* v3: Added patch to kill the last usage of C++ type bool\r
+* v2: Fix bool type as well as NULL returned despite having no errors (Austin\r
+      Clements)\r
+\r
+Thanks,\r
+\r
+Louis\r
+\r
+Louis Rilling (3):\r
+  lib: Kill last usage of C++ type bool\r
+  tags_to_maildir_flags: Cleanup double assignement\r
+  tags_to_maildir_flags: Don't rename if no flags change\r
+\r
+ lib/message.cc |   26 +++++++++++++++++---------\r
+ 1 files changed, 17 insertions(+), 9 deletions(-)\r
+\r
+-- \r
+1.7.2.5\r
+\r