Jani Nikula <jani@nikula.org> writes:
>
> + if (state->ignored_non_mails)
> + printf (" Ignored %d non-mail %s. (Use 'notmuch config append new.ignore <pattern> [...]' to ignore explicitly.)",
> + state->ignored_non_mails,
> + state->ignored_non_mails == 1 ? "file" : "files");
> +
> printf ("\n");
> }
I guess this should be hushed in the case when the user passes --quiet