On Thu, 14 Apr 2011 09:32:30 +0200, Florian Friesdorf wrote: > On Tue, 01 Mar 2011 15:15:22 -0800, Jameson Rollins wrote: > > > A simple rebuild when you go to bed can look like: > > > > I think you're missing an important step: > > > > notmuch dump >dump.txt > > mv $(notmuch config get database.path){,.bak} > > Catching up and confused here: Shouldn't this be: > > mv $(notmuch config get database.path)/.notmuch{,.bak} Yes, you're right. Nice correction correction! jamie.