]> diplodocus.org Git - nmh/blobdiff - uip/mhfixmsg.c
Finished replacing mh_strcasecmp() with strcasecmp(). Removed
[nmh] / uip / mhfixmsg.c
index 5db537d37449e228002c7e6505b3f730d75002ea..8abb96dee69508280b01a8c128c5cac90c713a41 100644 (file)
@@ -353,19 +353,10 @@ main (int argc, char **argv) {
             }
         }
 
             }
         }
 
-        /*
-         * This is a hack.  If we are using an external rmmproc,
-         * then save the current folder to the context file,
-         * so the external rmmproc will remove files from the correct
-         * directory.  This should be moved to folder_delmsgs().
-         */
-        if (rmmproc) {
-            context_replace (pfolder, folder);/* update current folder  */
-            seq_setcur (mp, mp->hghsel);      /* update current message */
-            seq_save (mp);                    /* synchronize sequences  */
-            context_save ();                  /* save the context file  */
-            fflush (stdout);
-        }
+        seq_setcur (mp, mp->hghsel);      /* update current message */
+        seq_save (mp);                    /* synchronize sequences  */
+        context_replace (pfolder, folder);/* update current folder  */
+        context_save ();                  /* save the context file  */
     }
 
     if (*cts) {
     }
 
     if (*cts) {