[notmuch] How to index /var/spool/mail with notmuch

Jed Brown jed at 59A2.org
Sun Nov 22 12:48:10 PST 2009


On Sun, 22 Nov 2009 21:24:47 +0100, Tassilo Horn <tassilo at member.fsf.org> 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


More information about the notmuch mailing list