From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 343B26DE0B44 for ; Tue, 30 Jun 2015 12:42:53 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.175 X-Spam-Level: X-Spam-Status: No, score=0.175 tagged_above=-999 required=5 tests=[AWL=0.175] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id X4IeW5q9qqMj for ; Tue, 30 Jun 2015 12:42:51 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id 2E1536DE0948 for ; Tue, 30 Jun 2015 12:42:50 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.80) (envelope-from ) id 1ZA1PG-0005F9-KR; Tue, 30 Jun 2015 19:41:22 +0000 Received: (nullmailer pid 339 invoked by uid 1000); Tue, 30 Jun 2015 19:41:04 -0000 From: David Bremner To: Daniel Schoepe , notmuch@notmuchmail.org Subject: Re: [PATCH] Fix documentation for notmuch--tag-hook functions In-Reply-To: <1434491240-31023-1-git-send-email-daniel@schoepe.org> References: <1434491240-31023-1-git-send-email-daniel@schoepe.org> User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Tue, 30 Jun 2015 21:41:04 +0200 Message-ID: <87lhf1j86n.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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: Tue, 30 Jun 2015 19:42:53 -0000 Daniel Schoepe writes: > The second argument to notmuch-tag is now called tag-changes, but the > documentation for notmuch-before-tag-hook and notmuch-after-tag-hook > still used the old argument name `tags'. This resulted in broken hooks > when following the documentation. pushed, thanks. d