diff options
Diffstat (limited to 'mod/options-types.hxx')
-rw-r--r-- | mod/options-types.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mod/options-types.hxx b/mod/options-types.hxx index dc1047d..f2b059b 100644 --- a/mod/options-types.hxx +++ b/mod/options-types.hxx @@ -31,6 +31,13 @@ namespace brep stable, random }; + + enum class build_email + { + none, + latest, // Only send emails for the latest package versions. + all + }; } #endif // MOD_OPTIONS_TYPES_HXX |