aboutsummaryrefslogtreecommitdiff
path: root/src/mail/mod.rs
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-02-27 18:33:49 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-02-27 18:33:49 +0100
commit7f35e68bfe21c61f4da9e37f127dd7abb73291fa (patch)
tree2889fc4ee0ef7451b22b0c34826e9d0187e8e49f /src/mail/mod.rs
parent9a58a4e932156e0207380bb3b0a93a59864b0e1c (diff)
downloadaerogramme-7f35e68bfe21c61f4da9e37f127dd7abb73291fa.tar.gz
aerogramme-7f35e68bfe21c61f4da9e37f127dd7abb73291fa.zip
Refactor
Diffstat (limited to 'src/mail/mod.rs')
-rw-r--r--src/mail/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail/mod.rs b/src/mail/mod.rs
index 37578b8..03e85cd 100644
--- a/src/mail/mod.rs
+++ b/src/mail/mod.rs
@@ -6,7 +6,7 @@ pub mod query;
pub mod snapshot;
pub mod uidindex;
pub mod unique_ident;
-pub mod user;
+pub mod namespace;
// Internet Message Format
// aka RFC 822 - RFC 2822 - RFC 5322