X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fnew.c;h=41d2ebf8cb6b7fb6ae9e21dac9186cbfae187b88;hb=56f52a606b02d40fdc92b9012c7835679163cd5c;hp=81a1afb0cbac3c51f657713bc40d5ad839dc05d3;hpb=7e3a3c499d1637d633d385c1058947c02676e3c5;p=mmh diff --git a/uip/new.c b/uip/new.c index 81a1afb..41d2ebf 100644 --- a/uip/new.c +++ b/uip/new.c @@ -4,8 +4,6 @@ * -- as fnext, move to next folder with unseen messages * -- as fprev, move to previous folder with unseen messages * -- as unseen, scan all unseen messages - * $Id$ - * * This code is Copyright (c) 2008, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -300,7 +298,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";