]> diplodocus.org Git - nmh/blobdiff - uip/mhstoresbr.c
Fixed quoting of filename, expanded C-T parameter values, etc.,
[nmh] / uip / mhstoresbr.c
index 3b68970297ffaa69739a2221abf95bf684d6162f..7b1dbd519b5c3655eed7d734b5ed4b5ac94b6d0b 100644 (file)
@@ -626,7 +626,7 @@ got_filename:
      */
     if (ct->c_folder && (!is_partial || last_partial)) {
        msgnum = output_content_folder (ct->c_folder, ct->c_storage);
      */
     if (ct->c_folder && (!is_partial || last_partial)) {
        msgnum = output_content_folder (ct->c_folder, ct->c_storage);
-       unlink (ct->c_storage);
+       (void) m_unlink (ct->c_storage);
        if (msgnum == NOTOK)
            return NOTOK;
     }
        if (msgnum == NOTOK)
            return NOTOK;
     }