* update mu extract implementation, support --overwrite and --targetdir (WIP,
needs testing)
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user