]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.c
notmuch dump: Eliminate extra space in error message.
[notmuch] / notmuch.c
index f16192fb6b5f2a1fea206fde94b202e7eb409aca..46c3c63b525f626e18802772a8f0d27dd30f98f9 100644 (file)
--- a/notmuch.c
+++ b/notmuch.c
@@ -818,7 +818,8 @@ restore_command (int argc, char *argv[])
                                 notmuch_status_to_string (status));
                    }
                } else {
-                   fprintf (stderr, "%s ", tag);
+                   fprintf (stderr, "%s%s",
+                            tag == tags ? "" : " ", tag);
                }
            }