X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=923a7cee53eb366cd91ee822ffb8c7678e157621;hp=5dce65217e0ba0e70e965a0a8bee8ae013741533;hb=3cdb24d38aaa4cf043526a946e0a4ae290a6881d;hpb=306e19f5ddec1b10a0e99ccc54823544187e7ac3 diff --git a/notmuch.c b/notmuch.c index 5dce6521..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); @@ -1076,7 +1074,7 @@ show_command (void *ctx, unused (int argc), unused (char *argv[])) int ret = 0; const char *headers[] = { - "Subject", "From", "To", "Cc", "Bcc", "Date" + "From", "To", "Cc", "Bcc", "Date" }; const char *name, *value; unsigned int i;