* mu: fix boolean params

This commit is contained in:
djcb 2013-12-29 17:39:04 +02:00
parent 391222b0ae
commit 91f9892814
1 changed files with 2 additions and 2 deletions

View File

@ -174,8 +174,8 @@ struct _MuConfig {
mode_t dirmode; /* mode for the created maildir */
/* options for extracting parts */
gboolean *save_all; /* extract all parts */
gboolean *save_attachments; /* extract all attachment parts */
gboolean save_all; /* extract all parts */
gboolean save_attachments; /* extract all attachment parts */
gchar *parts; /* comma-sep'd list of parts
* to save / open */
gchar *targetdir; /* where to save the attachments */