X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-new.c;h=f25c71f3450f686eae1c50b9d4ed8f9cf55c6959;hp=124d38dc96395613a2316a2e12cbf048a8bd78ff;hb=7a9bacac6786729d7f28495b0ef30f9b6ded7696;hpb=344c48a47de23cc63f1885d850b82359d1a34064 diff --git a/notmuch-new.c b/notmuch-new.c index 124d38dc..f25c71f3 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -282,7 +282,7 @@ add_files_recursive (notmuch_database_t *notmuch, * recursion). */ if (entry->d_type != DT_DIR && entry->d_type != DT_LNK && - entry->d_type != DT_UKNOWN) + entry->d_type != DT_UNKNOWN) { continue; }