Fix a typo (bbc-self instead of bcc-self)

This commit is contained in:
Alexander Krotov
2020-02-12 23:15:04 +03:00
parent e440d8503a
commit 4e07e4c7f3

View File

@@ -1293,7 +1293,7 @@ fn precheck_imf(context: &Context, rfc724_mid: &str, server_folder: &str, server
message::rfc724_mid_exists(context, &rfc724_mid)
{
if old_server_folder.is_empty() && old_server_uid == 0 {
info!(context, "[move] detected bbc-self {}", rfc724_mid,);
info!(context, "[move] detected bcc-self {}", rfc724_mid,);
context.do_heuristics_moves(server_folder.as_ref(), msg_id);
job_add(
context,