diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-08 07:52:45 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-08 07:52:45 +0100 |
commit | 35fd24ee46d8162cffe3aebcb32d0db1f35bd220 (patch) | |
tree | fc26e99207f7b4eded035cf0d54a0001c92e714c /src/mail/mailbox.rs | |
parent | 1d84b0ffd006b895aeb15c621fcd0ced826a0599 (diff) | |
download | aerogramme-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.rs | 4 |
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, |