[refactor] Replace a few uses of magic numbers with enums

This commit is contained in:
2021-10-20 00:40:40 +02:00
committed by gsemaj
parent 5fb0cbbcf7
commit 8517e0c7de
6 changed files with 61 additions and 38 deletions

View File

@@ -5,6 +5,6 @@
namespace Email {
extern std::vector<std::string> dump;
void init();
}