From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 5C44E431FAF for ; Fri, 3 Feb 2012 14:28:43 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 5HzXzlmkMQ0G for ; Fri, 3 Feb 2012 14:28:42 -0800 (PST) Received: from dmz-mailsec-scanner-7.mit.edu (DMZ-MAILSEC-SCANNER-7.MIT.EDU [18.7.68.36]) by olra.theworths.org (Postfix) with ESMTP id 42AF8431FBD for ; Fri, 3 Feb 2012 14:28:37 -0800 (PST) X-AuditID: 12074424-b7fae6d000000906-7c-4f2c5f9299f0 Received: from mailhub-auth-2.mit.edu ( [18.7.62.36]) by dmz-mailsec-scanner-7.mit.edu (Symantec Messaging Gateway) with SMTP id 36.E4.02310.29F5C2F4; Fri, 3 Feb 2012 17:28:34 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id q13MSX6b020688; Fri, 3 Feb 2012 17:28:34 -0500 Received: from awakening.csail.mit.edu (awakening.csail.mit.edu [18.26.4.91]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q13MSWGL015603 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Fri, 3 Feb 2012 17:28:33 -0500 (EST) Received: from amthrax by awakening.csail.mit.edu with local (Exim 4.77) (envelope-from ) id 1RtRbN-0001XF-UQ; Fri, 03 Feb 2012 17:27:29 -0500 Date: Fri, 3 Feb 2012 17:27:29 -0500 From: Austin Clements To: Tomi Ollila Subject: Re: [PATCH v5] add support for user-specified files & directories to ignore Message-ID: <20120203222729.GJ10898@mit.edu> References: <20120202-new-ignore-1-git-send-email-too@iki.fi> <1328205423-20942-1-git-send-email-tomi.ollila@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1328205423-20942-1-git-send-email-tomi.ollila@iki.fi> User-Agent: Mutt/1.5.21 (2010-09-15) X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFmpileLIzCtJLcpLzFFi42IRYrdT0Z0Ur+Nv8KPFwuL6zZnMFm9WzmN1 YPI4/HUhi8ezVbeYA5iiuGxSUnMyy1KL9O0SuDJOPHzJXtDAUjFhi3QD4xLmLkZODgkBE4kX re9ZIWwxiQv31rN1MXJxCAnsY5RYOf08M4SznlHi18pZYFVCAieYJF7ulodILGGUWPNsCztI gkVAReLCgSYmEJtNQENi2/7ljCC2CFD8Qdt6sGZmAWmJb7+bwWqEBcIkjjUfZgGxeQV0JG41 zWCBWFAmsfZWM1RcUOLkzCcsEL1aEjf+vQTq5QCbs/wfB0iYU8BZ4vK8l2AjRYFWTTm5jW0C o9AsJN2zkHTPQuhewMi8ilE2JbdKNzcxM6c4NVm3ODkxLy+1SNdcLzezRC81pXQTIzioXVR2 MDYfUjrEKMDBqMTDu0FPx1+INbGsuDL3EKMkB5OSKO/CcKAQX1J+SmVGYnFGfFFpTmrxIUYJ DmYlEV4rdaAcb0piZVVqUT5MSpqDRUmcV0PrnZ+QQHpiSWp2ampBahFMVoaDQ0mC1w4YvUKC RanpqRVpmTklCGkmDk6Q4TxAwxfGgQwvLkjMLc5Mh8ifYlSUEueVAGkWAElklObB9cKSzitG caBXhHmXgbTzABMWXPcroMFMQIMZLDRBBpckIqSkGhir1m4+1XTkj/sS0dPVK2doe21V/vkz 4NmK57pLGF/L1Ff1L6u4dnKKV/FzfSafD0KiTPxcK6a+Ofr+/8aWnz/ztoftT5946TvLt2kn bzwJslr7YPOrnVxb97XG+rl82Zi/cben2FmrwyLzGr/tmH94C7PLHtNK6dOJLT5vRAWvPuH4 P3Nh+KHEHiWW4oxEQy3mouJEAFfWMnEVAwAA Cc: notmuch@notmuchmail.org 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: Fri, 03 Feb 2012 22:28:43 -0000 Quoth Tomi Ollila on Feb 02 at 7:57 pm: > A new configuration key 'new.ignore' is used to determine which > files and directories user wants not to be scanned as new mails. > > Mark the corresponding test as no longer broken > (test from id:"1328105573-4626-1-git-send-email-pieter@praet.org" ). > > This work merges my previous attempts and Andreas Amann's work > in id:"ylp7hi23mw8.fsf@tyndall.ie" > > See notes in id:"20120202-new-ignore-1-git-send-email-too@iki.fi" LGTM. Needs some news.