--- /dev/null
+Return-Path: <igor.contato@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 arlo.cworth.org (Postfix) with ESMTP id 74BB76DE1961\r
+ for <notmuch@notmuchmail.org>; Wed, 25 Nov 2015 18:16:53 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.801\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.801 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001,\r
+ SPF_PASS=-0.001] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 1yFJfgb7aELJ for <notmuch@notmuchmail.org>;\r
+ Wed, 25 Nov 2015 18:16:49 -0800 (PST)\r
+Received: from mail-qg0-f49.google.com (mail-qg0-f49.google.com\r
+ [209.85.192.49])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 8D96D6DE021D\r
+ for <notmuch@notmuchmail.org>; Wed, 25 Nov 2015 18:16:49 -0800 (PST)\r
+Received: by qgeb1 with SMTP id b1so46168598qge.1\r
+ for <notmuch@notmuchmail.org>; Wed, 25 Nov 2015 18:16:46 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:cc:subject:date:message-id;\r
+ bh=6ZJbV24YZ+pPFWixDdYXM887W+F5FmHmbKTsj8ogzTs=;\r
+ b=f0wEjBuJ+eSMRuq3fNc7EBcK/+sJ7dlTl3yWSyOf7nKa1lCP3zg3d1UKcNwu+wMxVI\r
+ 2MKtrXu6CN2092j7mFMIFiR1bHXUySePKde6OBtD6Icz3gly2GsxuZQjpGcwwUf+nf1b\r
+ UO9nFPQOBR5e8eIbK4UsCTDX1Hg/rbpkJKXdOD3B35+YgBthNVWkWKvp5sZrFBYm1Wmd\r
+ IdL/oWt+lRvrN1aibJsg9XI2hE4OvjdBPb8coG5hsHnnotgPzYstT7CWy48BlItohbdj\r
+ yNJk33LWbqeEC3jVa4/Q16NKSUBWqGN890vRF7no+lXzMXrz0vSiCgYSsYF5TrAeqy1w\r
+ lgZQ==\r
+X-Received: by 10.140.19.177 with SMTP id 46mr42934758qgh.67.1448504206809;\r
+ Wed, 25 Nov 2015 18:16:46 -0800 (PST)\r
+Received: from arch-laptop.localdomain ([200.195.16.216])\r
+ by smtp.gmail.com with ESMTPSA id h206sm1566011qhc.43.2015.11.25.18.16.44\r
+ (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);\r
+ Wed, 25 Nov 2015 18:16:45 -0800 (PST)\r
+From: Igor Almeida <igor.contato@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH/RFC 0/3] Maildir custom flags and notmuch tags\r
+Date: Wed, 25 Nov 2015 23:16:28 -0300\r
+Message-Id: <1448504191-30974-1-git-send-email-igor.contato@gmail.com>\r
+X-Mailer: git-send-email 2.5.3\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 26 Nov 2015 02:16:53 -0000\r
+\r
+Building on Bremner's patch at\r
+<1411805835-3563-1-git-send-email-david@tethera.net>, this updates\r
+'notmuch new' to tag messages based on lower-case letters in the file\r
+name.\r
+I'm testing this with an IMAP server, offlineimap and notmuch,\r
+and seems to work well enough for my unidirectional use case.\r
+Eventually I'd like to implement the reverse path, i.e. tagging in\r
+notmuch and seeing IMAP keywords show up in the server, but that's for\r
+later.\r
+\r
+Comments are very welcome.\r
+\r
+Igor Almeida (3):\r
+ David Bremner's patch for custom maildir flags\r
+ notmuch new: tag messages based on maildir custom flags\r
+ notmuch new: sync maildir custom flag user configuration\r
+\r
+ lib/database.cc | 61 +++++++++++++++++++++++++++++++++++++++\r
+ lib/message.cc | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++\r
+ lib/notmuch.h | 18 ++++++++++++\r
+ notmuch-client.h | 4 +++\r
+ notmuch-config.c | 24 +++++++++++++++-\r
+ notmuch-new.c | 49 +++++++++++++++++++++++++++++++\r
+ 6 files changed, 243 insertions(+), 1 deletion(-)\r
+\r
+-- \r
+2.5.3\r
+\r