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 62817429E20 for ; Mon, 21 Mar 2011 10:42:11 -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 6OkITmi4KVTj for ; Mon, 21 Mar 2011 10:42:10 -0700 (PDT) Received: from ipex2.johnshopkins.edu (ipex2.johnshopkins.edu [162.129.8.151]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D259F431FD0 for ; Mon, 21 Mar 2011 10:42:10 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.63,220,1299474000"; d="scan'208";a="55545035" Received: from dyn-butler-159-94.dyn.columbia.edu (HELO gogo.home) ([128.59.159.94]) by ipex2.johnshopkins.edu with ESMTP/TLS/AES256-SHA; 21 Mar 2011 13:42:10 -0400 Received: from jkr by gogo.home with local (Exim 4.72) (envelope-from ) id 1Q1j7J-0002ki-Rr; Mon, 21 Mar 2011 13:42:09 -0400 From: Jesse Rosenthal To: Jameson Rollins , Sebastian Spaeth , Notmuch Mail Subject: Re: problem with folder: search in python bindings In-Reply-To: <87hbaw9y3e.fsf@servo.finestructure.net> References: <87tyf4xmm1.fsf@servo.finestructure.net> <87aagv2z92.fsf@SSpaeth.de> <87y64dk9da.fsf@servo.finestructure.net> <877hbsfq4q.fsf@SSpaeth.de> <871v20bfij.fsf@servo.finestructure.net> <87tyewtobx.fsf@gogo.home> <87hbaw9y3e.fsf@servo.finestructure.net> User-Agent: Notmuch/0.5-81-g708c4f4 (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu) Date: Mon, 21 Mar 2011 13:42:09 -0400 Message-ID: <87oc54tlou.fsf@gogo.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 21 Mar 2011 17:42:11 -0000 On Mon, 21 Mar 2011 10:34:29 -0700, Jameson Rollins wrote: > It's going to take a lot more digging before I can identify what is > common about these messages and different from all the messages that are > not returned. One guess: do those messages happen to have "folder:sent" in the body? If so, that might point to the possibility that the python bindings are using a different libnotmuch. Perhaps they have a different search path (and maybe there's a debian installed library around that they're finding?).