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 8CBBD429E26 for ; Mon, 12 Dec 2011 12:59:47 -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 i0XqOyFSXYIu for ; Mon, 12 Dec 2011 12:59:47 -0800 (PST) Received: from dmz-mailsec-scanner-6.mit.edu (DMZ-MAILSEC-SCANNER-6.MIT.EDU [18.7.68.35]) by olra.theworths.org (Postfix) with ESMTP id F2648429E25 for ; Mon, 12 Dec 2011 12:59:46 -0800 (PST) X-AuditID: 12074423-b7f9c6d0000008c3-15-4ee66b42d448 Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) by dmz-mailsec-scanner-6.mit.edu (Symantec Messaging Gateway) with SMTP id 40.17.02243.24B66EE4; Mon, 12 Dec 2011 15:59:46 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id pBCKxk8X019054; Mon, 12 Dec 2011 15:59:46 -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 pBCKxjLV021486 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Mon, 12 Dec 2011 15:59:46 -0500 (EST) Received: from amthrax by awakening.csail.mit.edu with local (Exim 4.77) (envelope-from ) id 1RaCzv-000652-DZ; Mon, 12 Dec 2011 16:01:19 -0500 Date: Mon, 12 Dec 2011 16:01:19 -0500 From: Austin Clements To: Jani Nikula Subject: Re: [PATCH v3] emacs: support "notmuch new" as a notmuch-poll-script Message-ID: <20111212210119.GT2760@mit.edu> References: <1323640100-18326-1-git-send-email-jani@nikula.org> <1323723004-32605-1-git-send-email-jani@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1323723004-32605-1-git-send-email-jani@nikula.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFmpgleLIzCtJLcpLzFFi42IRYrdT13XKfuZn8H2pqkXTdGeL6zdnMjsw edy6/5rd49mqW8wBTFFcNimpOZllqUX6dglcGZMXXmYqeM1csX9OB1MDYwdzFyMnh4SAicSh NWfYIWwxiQv31rN1MXJxCAnsY5S48XAGK4SzgVFi6/RrUJmTTBLP5hwBaxcSWMIo8feSOYjN IqAqsfnnB7BRbAIaEtv2L2cEsUUEFCU2n9wPZjMLSEt8+93MBGILC/hKHPyxF6ieg4NXQFvi wkYViJGlEpt3nwMr5xUQlDg58wkLRKuWxI1/L5lAykHGLP/HAWJyCjhI/OkWBKkQFVCRmHJy G9sERqFZSJpnIWmehdC8gJF5FaNsSm6Vbm5iZk5xarJucXJiXl5qka6ZXm5miV5qSukmRnBA uyjvYPxzUOkQowAHoxIPb0bIUz8h1sSy4srcQ4ySHExKorzvMp75CfEl5adUZiQWZ8QXleak Fh9ilOBgVhLhjXUDyvGmJFZWpRblw6SkOViUxHnrdz30ExJITyxJzU5NLUgtgsnKcHAoSfAu zAJqFCxKTU+tSMvMKUFIM3FwggznARq+HaSGt7ggMbc4Mx0if4pRUUqc1yoFKCEAksgozYPr hSWcV4ziQK8I8xqCVPEAkxVc9yugwUxAg+NSnoAMLklESEk1MOrKGfWWi31j4+nsvtwQ1XTi e96bjCaJEhvOVflT/G+t4qqSV2A/7djltutW2r2PGSX3m392Bm74GSHFmys3R/dH5/k9K+q+ s5fMbp4Rt9U855JI3EPB80k7xc77fZ/WsTtsraaH1KmSy4WzQ1rN+mdk8VSZbHxW3HXnz7Fj 0ZZtTptDdfb9VGIpzkg01GIuKk4EAORTDGwTAwAA 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: Mon, 12 Dec 2011 20:59:47 -0000 LGTM. Quoth Jani Nikula on Dec 12 at 10:50 pm: > Support nil value for notmuch-poll-script to run "notmuch new" instead of > an external script, and make this the new default. "notmuch new" is run > using the configured notmuch-command. > > This allows taking better advantage of the "notmuch new" hooks from emacs > without intermediate scripts. > > Signed-off-by: Jani Nikula > > --- > > v3: only documentation changes suggested by Austin and Dmitry.