On Fri, Nov 27, 2009 at 05:46:32AM -0800, Carl Worth wrote:
>> -} else {
>> -printf ("No new mail---and that's not much.\n");
>> }
>
>Shouldn't we still print *something* here, though ("No new mail")?
>Imagine the new user trying to ensure "notmuch new" is working---and
>let's say
On Tue, 24 Nov 2009 19:41:20 +, Chris Wilson
wrote:
> As I see this every time I poll for new mail, the joke becomes very old
> very quickly. The other instances of "not much" are shown much less
> often and have a much more natural style, this one however feels forced,
> impairing the
On Fri, Nov 27, 2009 at 05:46:32AM -0800, Carl Worth wrote:
-} else {
- printf (No new mail---and that's not much.\n);
}
Shouldn't we still print *something* here, though (No new mail)?
Imagine the new user trying to ensure notmuch new is working---and
let's say it's not, (due
As I see this every time I poll for new mail, the joke becomes very old
very quickly. The other instances of "not much" are shown much less
often and have a much more natural style, this one however feels forced,
impairing the humorous effect.
Signed-off-by: Chris "the critic" Wilson
---