X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=e1409209e43694aca6f5896deb1f7484d9d3d2ac;hp=bc04bc1b7ea5c788fb36d610702a930ee60a31d3;hb=302d54834d090d7e62377883f36dc709c95e5673;hpb=f232f0a797b4fb657e630ca4bd664f9dcfe90dac diff --git a/notmuch.c b/notmuch.c index bc04bc1b..e1409209 100644 --- a/notmuch.c +++ b/notmuch.c @@ -527,8 +527,11 @@ restore_command (int argc, char *argv[]) continue; status = notmuch_message_add_tag (message, tag); if (status) { - fprintf (stderr, "Error applying tag %s to message %s.\n", + fprintf (stderr, + "Error applying tag %s to message %s:\n", tag, message_id); + fprintf (stderr, "%s\n", + notmuch_status_to_string (status)); } }