[PATCH 0/3] Adding non-maildir tags does not move message from new to cur
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 19 Dec 2012 21:32:24 +0000 (22:32 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:52:32 +0000 (09:52 -0800)
7e/1ef957ecfd0ee2a9b26d244c460a5ec288424f [new file with mode: 0644]

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