summaryrefslogtreecommitdiff
path: root/include/mailutils/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mailutils/cfg.h')
-rw-r--r--include/mailutils/cfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mailutils/cfg.h b/include/mailutils/cfg.h
index 19bdd5e7a..2266acc61 100644
--- a/include/mailutils/cfg.h
+++ b/include/mailutils/cfg.h
@@ -192,6 +192,8 @@ struct mu_cfg_section
void *target; /* Actual pointer to the data. It is
recomputed each time the section is
reduced. */
+ char *ident_storage; /* Storage for ident, if malloc'ed */
+ char *label_storage; /* Same for the label */
};
enum mu_cfg_cont_type

Return to:

Send suggestions and report system problems to the System administrator.