* update mu extract implementation, support --overwrite and --targetdir (WIP,

needs testing)
This commit is contained in:
Dirk-Jan C. Binnema
2010-09-01 23:35:34 +03:00
parent 364620170c
commit 0ad1fb1165
4 changed files with 21 additions and 10 deletions

View File

@ -65,6 +65,7 @@ struct _MuConfigOptions {
gboolean *save_attachments; /* extract all attachment parts */
gchar *parts; /* comma-sep'd list of parts to save */
char *targetdir; /* where to save the attachments */
gboolean overwrite; /* should we overwrite same-named files */
};
typedef struct _MuConfigOptions MuConfigOptions;