Remove MarkseenMdnOnImap

MarkseenMdnOnImap stored server folder and UID which are never updated
by update_server_uid. Now hidden entries are created for MDNs, so they
should be handled as ordinary messages.
This commit is contained in:
Alexander Krotov
2020-03-08 21:43:05 +03:00
parent 65fdfac866
commit 41f776763b
3 changed files with 2 additions and 66 deletions

View File

@@ -219,7 +219,7 @@ pub fn dc_receive_imf(
cleanup(context, &create_event_to_send, created_db_entries);
mime_parser.handle_reports(context, from_id, sent_timestamp, &server_folder, server_uid);
mime_parser.handle_reports(context, from_id, sent_timestamp);
Ok(())
}