* update attachment-extraction (ie., 'mu extract'); still WIP, but basics are working

This commit is contained in:
Dirk-Jan C. Binnema
2010-08-29 22:13:06 +03:00
parent a7a08dde7f
commit 15ad934d81
6 changed files with 183 additions and 54 deletions

View File

@ -800,6 +800,9 @@ void
mu_msg_init (void)
{
if (!_initialized) {
srandom (getpid()*time(NULL));
g_mime_init(0);
_initialized = TRUE;
g_debug ("%s", __FUNCTION__);