]> diplodocus.org Git - nmh/blobdiff - uip/new.c
Fixed inc(1) and %(me) to not obey Local-Mailbox profile component.
[nmh] / uip / new.c
index 3dc641272ccf770ce21d278b246fa3d2f983a5c0..8e61e772a5d39da46fd8dd320351e3793d81c582 100644 (file)
--- a/uip/new.c
+++ b/uip/new.c
@@ -29,7 +29,7 @@
 #include "sbr/print_version.h"
 #include "sbr/print_help.h"
 #include "sbr/error.h"
-#include "h/crawl_folders.h"
+#include "sbr/crawl_folders.h"
 #include "h/done.h"
 #include "h/utils.h"
 #include "sbr/lock_file.h"
@@ -135,7 +135,7 @@ get_msgnums(char *folder, char *sequences[])
     seqfile = concat(m_maildir(folder), "/", mh_seq, NULL);
 
     if (seqfile == NULL)
-       return NULL;
+       return NULL;
 
     if ((fp = lkfopendata (seqfile, "r", & failed_to_lock)) == NULL) {
        if (failed_to_lock)