summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/domain/imag-mail/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/domain/imag-mail/src/lib.rs b/bin/domain/imag-mail/src/lib.rs
index db5f2926..4aa7a101 100644
--- a/bin/domain/imag-mail/src/lib.rs
+++ b/bin/domain/imag-mail/src/lib.rs
@@ -224,6 +224,8 @@ fn list(rt: &Runtime) -> Result<()> {
};
let ids = iter.collect::<Result<Vec<String>>>()?;
+ drop(ids);
+ let ids = vec![String::from("mail/20160807104056.GS1882@yuu")];
trace!("Printing mailtrees now!");
// we have to collect here, so that all FLEs are drop()ed