Display the number of messages that will be moved in the quadoption
prompt, which might prove helpful for some people.
Thank you to Daan van Rossum for suggesting the improvement.
if (isSpool && *mbox)
{
mutt_expand_path (mbox, sizeof (mbox));
- snprintf (buf, sizeof (buf), _("Move read messages to %s?"), mbox);
+ snprintf (buf, sizeof (buf), _("Move %d read messages to %s?"),
+ read_msgs, mbox);
if ((move_messages = query_quadoption (OPT_MOVE, buf)) == -1)
{
ctx->closing = 0;