tools+libremail: Some refactoring

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-05-02 22:56:40 -04:00
parent 92de3cdebb
commit 7513445d1a
2 changed files with 10 additions and 6 deletions
+6
View File
@@ -9,4 +9,10 @@
/* Length of SHA256 hash in bytes */
#define SHA256_N_BYTES 32
/* Mailbox directory prefix */
#define MAILBOX_PREFIX "/var/mail"
/* Mailbox creation mode */
#define DEFAULT_MAILBOX_MODE 0600
#endif /* !LIBREMAIL_COMMON_H */