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 79EA3431FAF for ; Wed, 19 Dec 2012 13:32:57 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 smggFPWXHT0I for ; Wed, 19 Dec 2012 13:32:57 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id 39758431FBD for ; Wed, 19 Dec 2012 13:32:56 -0800 (PST) Received: from localhost (unknown [192.168.200.7]) by max.feld.cvut.cz (Postfix) with ESMTP id 492893CFE8A; Wed, 19 Dec 2012 22:32:54 +0100 (CET) X-Virus-Scanned: IMAP STYX AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044) with ESMTP id J6toz3WdXbKL; Wed, 19 Dec 2012 22:32:53 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 9D7E53CFE80; Wed, 19 Dec 2012 22:32:50 +0100 (CET) Received: from steelpick.2x.cz (unknown [213.29.198.144]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 23A0F660904; Wed, 19 Dec 2012 22:32:49 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.80) (envelope-from ) id 1TlRFs-00077i-Jg; Wed, 19 Dec 2012 22:32:44 +0100 From: Michal Sojka To: notmuch@notmuchmail.org Subject: [PATCH 0/3] Adding non-maildir tags does not move message from new to cur Date: Wed, 19 Dec 2012 22:32:24 +0100 Message-Id: <1355952747-27350-1-git-send-email-sojkam1@fel.cvut.cz> X-Mailer: git-send-email 1.7.10.4 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: Wed, 19 Dec 2012 21:32:57 -0000 Hello, patches in this series should supersede the patches in id:1316039001-32602-5-git-send-email-l.rilling@av7.net. They address the comments from Jani Nikula and add tests for the behavior that was unintentionally changed by the previous version of the patch. Louis Rilling (1): tags_to_maildir_flags: Don't rename if no flags change Michal Sojka (2): test: Adding non-maildir tags does not move message from new to cur test: Add some missing maildir synchronization tests lib/message.cc | 13 ++++++++++++- test/maildir-sync | 20 ++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) -- 1.7.10.4