]> git.marmaro.de Git - mmh/blobdiff - uip/new.c
(Minor) cleanup of some of the autoconf code with respect to the handling
[mmh] / uip / new.c
index 81a1afb0cbac3c51f657713bc40d5ad839dc05d3..82d6db558f6116a40453b167b64334bcc4a31070 100644 (file)
--- a/uip/new.c
+++ b/uip/new.c
@@ -300,7 +300,7 @@ doit(char *cur, char *folders, char *sequences[])
     struct node *first, *cur_node, *node, *last, *prev;
     size_t folder_len;
     int count, total = 0;
-    char *command, *sequences_s;
+    char *command = NULL, *sequences_s = NULL;
 
     if (cur == NULL || cur[0] == '\0') {
         cur = "inbox";