* 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

@ -166,7 +166,8 @@ mu_util_str_from_strv (const gchar **params)
}
int
mu_util_create_writeable_fd (const char* filename, const char* dir, gboolean overwrite)
mu_util_create_writeable_fd (const char* filename, const char* dir,
gboolean overwrite)
{
int fd;
char *fullpath;
@ -192,3 +193,5 @@ mu_util_create_writeable_fd (const char* filename, const char* dir, gboolean ove
return fd;
}