aboutsummaryrefslogtreecommitdiff
path: root/src/mail/mailbox.rs
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-08 07:52:45 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-08 07:52:45 +0100
commit35fd24ee46d8162cffe3aebcb32d0db1f35bd220 (patch)
treefc26e99207f7b4eded035cf0d54a0001c92e714c /src/mail/mailbox.rs
parent1d84b0ffd006b895aeb15c621fcd0ced826a0599 (diff)
downloadaerogramme-feat/search.tar.gz
aerogramme-feat/search.zip
Add the ENABLE capability, reduce wild loggingfeat/search
Diffstat (limited to 'src/mail/mailbox.rs')
-rw-r--r--src/mail/mailbox.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mail/mailbox.rs b/src/mail/mailbox.rs
index 2a0a24a..7eed34f 100644
--- a/src/mail/mailbox.rs
+++ b/src/mail/mailbox.rs
@@ -39,7 +39,11 @@ impl Mailbox {
.await?;
}
+ // @FIXME reporting through opentelemetry or some logs
+ // info on the "shape" of the mailbox would be welcomed
+ /*
dump(&uid_index);
+ */
let mbox = RwLock::new(MailboxInternal {
id,