]> git.notmuchmail.org Git - notmuch/blobdiff - test/ghost-report.cc
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / test / ghost-report.cc
index fad9a71d9a14d99ad2a9f553b0ba134d21887b82..9d9e7a7fca5f735b90ebd46bde1d3f6e67dd2db6 100644 (file)
@@ -12,5 +12,6 @@ main (int argc, char **argv)
     }
 
     Xapian::Database db (argv[1]);
+
     std::cout << db.get_termfreq ("Tghost") << std::endl;
 }