Re: [PATCH v6 2/3] add support for user-specified files & directories to ignore
authorTomi Ollila <tomi.ollila@iki.fi>
Mon, 6 Feb 2012 09:50:01 +0000 (11:50 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:44:11 +0000 (09:44 -0800)
d1/75892f9f0fb7117d67c104ecdbb9577caacb94 [new file with mode: 0644]

diff --git a/d1/75892f9f0fb7117d67c104ecdbb9577caacb94 b/d1/75892f9f0fb7117d67c104ecdbb9577caacb94
new file mode 100644 (file)
index 0000000..6b70b91
--- /dev/null
@@ -0,0 +1,66 @@
+Return-Path: <tomi.ollila@iki.fi>\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 A5B37431FAF\r
+       for <notmuch@notmuchmail.org>; Mon,  6 Feb 2012 01:50:00 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       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 2jkNP24U-Zla for <notmuch@notmuchmail.org>;\r
+       Mon,  6 Feb 2012 01:50:00 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
+       by olra.theworths.org (Postfix) with ESMTP id 15CE1431FAE\r
+       for <notmuch@notmuchmail.org>; Mon,  6 Feb 2012 01:50:00 -0800 (PST)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id 48E9168055; Mon,  6 Feb 2012 11:50:01 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v6 2/3] add support for user-specified files & directories\r
+       to ignore\r
+In-Reply-To: <1328520505-26382-2-git-send-email-tomi.ollila@iki.fi>\r
+References: <1315949524-4948-1-git-send-email-tomi.ollila@iki.fi>\r
+       <1328520505-26382-1-git-send-email-tomi.ollila@iki.fi>\r
+       <1328520505-26382-2-git-send-email-tomi.ollila@iki.fi>\r
+User-Agent: Notmuch/0.11.1+164~g6619341 (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Mon, 06 Feb 2012 11:50:01 +0200\r
+Message-ID: <m2obtcffzq.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\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: Mon, 06 Feb 2012 09:50:00 -0000\r
+\r
+On Mon,  6 Feb 2012 11:28:24 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
+> A new configuration key 'new.ignore' is used to determine which\r
+> files and directories user wants not to be scanned as new mails.\r
+> \r
+> Mark the corresponding test as no longer broken.\r
+> \r
+> This work merges my previous attempts and Andreas Amann's work\r
+> in id:"ylp7hi23mw8.fsf@tyndall.ie"\r
+\r
+I marked this patch with 'needs-review' for consistency with\r
+the 2 other patches. No code changes to the previous version.\r
+\r
+Tomi\r
+\r