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 103ddc0de6..c481d6c715 100644 --- a/mail/mail-mt.c +++ b/mail/mail-mt.c @@ -216,7 +216,7 @@ mail_msg_received(EThread *e, EMsg *msg, void *data) m->ops->receive_msg(m); } -void mail_msg_cleanup(void) +static void mail_msg_cleanup(void) { e_thread_destroy(mail_thread_queued); e_thread_destroy(mail_thread_new); |