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 7A46D4196F0 for ; Wed, 7 Apr 2010 03:01:38 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[BAYES_40=-0.001] autolearn=ham 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 geSY+Uub1HEH for ; Wed, 7 Apr 2010 03:01:36 -0700 (PDT) Received: from homiemail-a11.g.dreamhost.com (caiajhbdcbbj.dreamhost.com [208.97.132.119]) by olra.theworths.org (Postfix) with ESMTP id 19852431FC1 for ; Wed, 7 Apr 2010 03:01:36 -0700 (PDT) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) by homiemail-a11.g.dreamhost.com (Postfix) with ESMTPA id 13AA119406F; Wed, 7 Apr 2010 03:01:33 -0700 (PDT) Received: by sspaeth.de (sSMTP sendmail emulation); Wed, 07 Apr 2010 12:01:31 +0200 From: "Sebastian Spaeth" To: micah anderson , Notmuch development list Subject: Re: [notmuch] [Sebastian Spaeth] Pull requests In-Reply-To: <87d3yb6dyh.fsf@algae.riseup.net> References: <87iq9gi0z8.fsf@SSpaeth.de> <87hbo3vlrn.fsf@algae.riseup.net> <87bpe9qr5f.fsf@SSpaeth.de> <87d3yb6dyh.fsf@algae.riseup.net> Date: Wed, 07 Apr 2010 12:01:31 +0200 Message-ID: <87hbnnk2dg.fsf@SSpaeth.de> 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: Wed, 07 Apr 2010 10:01:38 -0000 On 2010-04-07, micah anderson wrote: > > > The only other patch that I find absolutely crucial, that you do not > > > include, is the 'Preserve folder information when indexing' patch which, > > > although not perfect, does significantly change my life. This patch in included in my branch now. There is a branch with just that patch over cworth/master in http://github.com/spaetz/notmuch-all-feature/tree/issue28-search-folder-name However, testing this, it does not seem to work for me: I dumped and restored all mails, redoing my database and notmuch count folder:inbox shows 2 messages that contain "folder:" in their body. weird. I'll investigate. Sebastian