* <many>: make gmime initialization/de-initialization implicit (remove mu_msg_init/mu_msg_uninit)

This commit is contained in:
Dirk-Jan C. Binnema
2010-09-10 08:18:04 +03:00
parent 55981b27df
commit 57fc2441a8
8 changed files with 26 additions and 73 deletions

View File

@ -208,14 +208,9 @@ run_index (MuIndex *midx, const char* maildir, MuIndexStats *stats,
MuResult rv;
mu_index_stats_clear (stats);
mu_msg_init ();
rv = mu_index_run (midx, maildir, reindex, stats,
quiet ? index_msg_silent_cb :index_msg_cb,
NULL, NULL);
mu_msg_init ();
return rv;
}