X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch.c;h=923a7cee53eb366cd91ee822ffb8c7678e157621;hb=59d82640dc577a681d16e881ffc398c2f87dc7b6;hp=64e59fe588bce24e08a94b36dc4b996a1d1b2f00;hpb=1eec45659b1f647c862667b045eb27a691d0f11e;p=obsolete%2Fnotmuch-old diff --git a/notmuch.c b/notmuch.c index 64e59fe5..923a7cee 100644 --- a/notmuch.c +++ b/notmuch.c @@ -533,7 +533,7 @@ setup_command (unused (void *ctx), unused (int argc), unused (char *argv[])) free (default_path); } - /* Coerce th directory into an absolute directory name. */ + /* Coerce the directory into an absolute directory name. */ if (*mail_directory != '/') { char *cwd, *absolute_mail_directory; @@ -553,8 +553,6 @@ setup_command (unused (void *ctx), unused (int argc), unused (char *argv[])) free (cwd); free (mail_directory); mail_directory = absolute_mail_directory; - - printf ("Abs: %s\n", mail_directory); } notmuch = notmuch_database_create (mail_directory);