aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-08 21:33:39 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-08 21:33:39 +0100
commit5cc0a4e5129020aad1d5a7ab1cc976fb6bdc259a (patch)
tree407ba90198f508fdf83c8619a68cd546a2b068f2
parent056f8ea14c373b8c0009ed4827a553ac2e27815b (diff)
downloadaerogramme-5cc0a4e5129020aad1d5a7ab1cc976fb6bdc259a.tar.gz
aerogramme-5cc0a4e5129020aad1d5a7ab1cc976fb6bdc259a.zip
remove wild logfeat/condstore
-rw-r--r--src/imap/attributes.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imap/attributes.rs b/src/imap/attributes.rs
index 8ab891e..cf7cb52 100644
--- a/src/imap/attributes.rs
+++ b/src/imap/attributes.rs
@@ -36,7 +36,6 @@ impl AttributesProxy {
pub fn need_body(&self) -> bool {
self.attrs.iter().any(|x| {
- println!("item is: {:?}", x);
match x {
MessageDataItemName::Body
| MessageDataItemName::Rfc822