Output newline after list of message IDs output by "-Mxxx" operations
[users/jgh/exim.git] / src / src / exim.c
index 3290d63465b334be55a151c2fbc8737aa3d8287c..6a2e7a644b7e9639ddf8f3acc5700c57216236fb 100644 (file)
@@ -4300,6 +4300,11 @@ if (msg_action_arg > 0 && msg_action != MSG_DELIVER && msg_action != MSG_LOAD)
     for (i = msg_action_arg; i < argc; i++)
       if (!queue_action(argv[i], msg_action, NULL, 0, 0))
         yield = EXIT_FAILURE;
+    switch (msg_action)
+      {
+      case MSG_REMOVE: MSG_DELETE: case MSG_FREEZE: case MSG_THAW: break;
+      default: printf("\n"); break;
+      }
     }
 
   else if (!queue_action(argv[msg_action_arg], msg_action, argv, argc,