X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=onak-conf.h;h=d0495207af945f561e26d778f18a65c566fb845b;hb=90e64dba702acb22eef4f6d70dc0ac885b1bedbf;hp=0d937c23d3578db380935a3dc6f322074718add3;hpb=469a7046cd4b3087184beec190c372edb929fe55;p=onak.git diff --git a/onak-conf.h b/onak-conf.h index 0d937c2..d049520 100644 --- a/onak-conf.h +++ b/onak-conf.h @@ -89,6 +89,16 @@ struct onak_config { /** Should we verify signature hashes match? */ bool check_sighash; + + /* + * Options used by the email handling script. + * None of the C code uses this information, but we should be able + * to parse it. + */ + /** Location of the onak binary, so the mail script can find it. */ + char *bin_dir; + /** Where incoming mail gets queue, one file per mail. */ + char *mail_dir; }; /**