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 E7F00431FBC for ; Tue, 30 Oct 2012 08:36:41 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 pxe44irJn6xr for ; Tue, 30 Oct 2012 08:36:41 -0700 (PDT) Received: from e23smtp02.au.ibm.com (e23smtp02.au.ibm.com [202.81.31.144]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C730F431FAF for ; Tue, 30 Oct 2012 08:36:40 -0700 (PDT) Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 31 Oct 2012 01:33:41 +1000 Received: from d23relay05.au.ibm.com (202.81.31.247) by e23smtp02.au.ibm.com (202.81.31.208) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 31 Oct 2012 01:33:39 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q9UFQJjv50266146 for ; Wed, 31 Oct 2012 02:26:19 +1100 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q9UFaXvu028304 for ; Wed, 31 Oct 2012 02:36:33 +1100 Received: from skywalker.linux.vnet.ibm.com ([9.79.177.197]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id q9UFaV2X028279 for ; Wed, 31 Oct 2012 02:36:32 +1100 From: "Aneesh Kumar K.V" To: notmuch Subject: Re: Error with contrib/notmuch-pick In-Reply-To: <87k3u8dlip.fsf@linux.vnet.ibm.com> References: <87k3u8dlip.fsf@linux.vnet.ibm.com> User-Agent: Notmuch/0.14+67~g42391b4 (http://notmuchmail.org) Emacs/24.2.50.1 (x86_64-unknown-linux-gnu) Date: Tue, 30 Oct 2012 21:06:31 +0530 Message-ID: <87fw4wc6ps.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain x-cbid: 12103015-5490-0000-0000-0000025F2436 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: Tue, 30 Oct 2012 15:36:42 -0000 "Aneesh Kumar K.V" writes: > I get the below error with notmuch-pick in upstream/contrib > > error in process filter: notmuch-pick-clean-address: Symbol's function definition is void: notmuch-clean-address > error in process filter: Symbol's function definition is void: notmuch-clean-address Ignore that. A previous stale .elc file left by an earlier make install -aneesh