]> git.notmuchmail.org Git - notmuch/blobdiff - test/make-db-version.cc
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / test / make-db-version.cc
index 78feaf7269fdf3c9c492e8ae15070260bd91a6e5..238584e2b1bf710785292f52d81cba529855c656 100644 (file)
@@ -17,6 +17,7 @@ main (int argc, char **argv)
     }
 
     std::string nmpath (argv[1]);
+
     nmpath += "/.notmuch";
     if (mkdir (nmpath.c_str (), 0777) < 0) {
        perror (("failed to create " + nmpath).c_str ());