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