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 EE2C4431FBC for ; Sun, 22 Nov 2009 12:47:42 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 t9riJ-Vp1o4I for ; Sun, 22 Nov 2009 12:47:42 -0800 (PST) Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com [209.85.218.224]) by olra.theworths.org (Postfix) with ESMTP id 23A4D431FAE for ; Sun, 22 Nov 2009 12:47:42 -0800 (PST) Received: by bwz24 with SMTP id 24so3499606bwz.30 for ; Sun, 22 Nov 2009 12:47:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject :in-reply-to:references:date:message-id:mime-version:content-type; bh=OGJmKbqWsIQJ3c0dtPEUX7NiyXLMZKaXsdxZbgY9ouo=; b=GdX02w4a192xZEy3WVj2KGBAvd3vjwZ6RRFNQN5AINtV2Muk7VDch1svxE2nvzMjry 9nisyJDFYw409lCNzM3TzGT/hNcXq1LE30R5WQxuOFXzcmhNEzjZv++Xi7malcpO5bRU Ogj1d11x4EVpmxh11DmsSe9mGU3XWx9ddz68U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; b=jVfHD6OpFyD1uHqqC4m8YZho9xnhBus4R6HHqHnuSDbbCpDliQPbxjFpoIRFhprqIv b7HzWdO72M9KD5k6DM6wr5Ea7e2zWoDHLM2GGRW8PH/u/Ohy0Xi2/CiX4o5e6qZEwNg6 fxfY2F47/b8zuATXhUrWDpAPMiAxIEe03tfWA= Received: by 10.204.150.68 with SMTP id x4mr3820733bkv.151.1258922861205; Sun, 22 Nov 2009 12:47:41 -0800 (PST) Received: from kunyang (vawpc43.ethz.ch [129.132.59.11]) by mx.google.com with ESMTPS id f31sm4721393fkf.12.2009.11.22.12.47.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 22 Nov 2009 12:47:39 -0800 (PST) Sender: Jed Brown From: Jed Brown To: Tassilo Horn , notmuch@notmuchmail.org In-Reply-To: <877hti71f4.fsf@thinkpad.tsdh.de> References: <877hti71f4.fsf@thinkpad.tsdh.de> Date: Sun, 22 Nov 2009 21:48:10 +0100 Message-ID: <874oomb81h.fsf@59A2.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] How to index /var/spool/mail with notmuch X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Sun, 22 Nov 2009 20:47:43 -0000 On Sun, 22 Nov 2009 21:24:47 +0100, Tassilo Horn wrote: > Hi all, > > I'd like to try out notmuch. My mail setup is as follows: > > - I run a local IMAP server (dovecot) and access it using Gnus > - Dovecot stores its mails in /var/spool/mail/ in some one file per > message format How about $ mkdir -p ~/mail/spool $ ln -s /var/spool/mail/$USER/{cur,new,tmp} ~/mail/spool and point notmuch at ~/mail (or specifically ~/mail/spool). Jed