diff options
Diffstat (limited to 'mail/mail-mt.c')
-rw-r--r-- | mail/mail-mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-mt.c b/mail/mail-mt.c index b12bd2b2de..b18f78c06e 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -191,7 +191,7 @@ mail_msg_received(EThread *e, EMsg *msg, void *data) if (m->ops->describe_msg) { char *text = m->ops->describe_msg(m, FALSE); - printf("message received at thread\n"); + d(printf("message received at thread\n")); mail_status_start(text); g_free(text); } |