X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-new.c;h=f25c71f3450f686eae1c50b9d4ed8f9cf55c6959;hp=124d38dc96395613a2316a2e12cbf048a8bd78ff;hb=c25bc03dc60846090d230cdad21e39faccce35ff;hpb=184625ac9b4a336bafc94bd7409ae176917d5050 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; }