Fix uip/whom.c for C89 compatibility
[mmh] / uip / refile.c
index 4e1d065..682f66a 100644 (file)
@@ -31,6 +31,8 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
+char *version=VERSION;
+
 static char maildir[BUFSIZ];
 
 struct st_fold {
@@ -225,7 +227,6 @@ main(int argc, char **argv)
        }
        seq_save(mp);
 
-       context_replace(curfolder, folder);
        context_save();
        folder_free(mp);
        return 0;