mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
also move messages sent to ourselves via bcc_self to the DeltaChat folder (other messages are moved in receive_imf())
This commit is contained in:
committed by
holger krekel
parent
25fb199ba0
commit
de228bdb4b
@@ -1413,6 +1413,7 @@ fn precheck_imf(context: &Context, rfc724_mid: &str, server_folder: &str, server
|
|||||||
{
|
{
|
||||||
if old_server_folder.is_empty() && old_server_uid == 0 {
|
if old_server_folder.is_empty() && old_server_uid == 0 {
|
||||||
info!(context, "[move] detected bbc-self {}", rfc724_mid,);
|
info!(context, "[move] detected bbc-self {}", rfc724_mid,);
|
||||||
|
context.do_heuristics_moves(server_folder.as_ref(), msg_id);
|
||||||
job_add(
|
job_add(
|
||||||
context,
|
context,
|
||||||
Action::MarkseenMsgOnImap,
|
Action::MarkseenMsgOnImap,
|
||||||
|
|||||||
Reference in New Issue
Block a user