]> git.marmaro.de Git - mmh/blobdiff - uip/refile.c
Reworked LINK, now named `altmsglink', similar to BACKUP_PREFIX.
[mmh] / uip / refile.c
index 0b3afe12b357a33df9c491eb7686f5ca10029aa3..25f762996e163a19bf16e7fe34f5c80808c2f36b 100644 (file)
@@ -3,8 +3,6 @@
  * refile.c -- move or link message(s) from a source folder
  *          -- into one or more destination folders
  *
- * $Id$
- *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
  * complete copyright information.
@@ -266,7 +264,8 @@ main (int argc, char **argv)
     context_replace (pfolder, folder); /* update current folder   */
     context_save ();                   /* save the context file   */
     folder_free (mp);                  /* free folder structure   */
-    return done (0);
+    done (0);
+    return 1;
 }