add nauta.cu, hermes.radio and *.aco-connexion.org legacy options

This commit is contained in:
holger krekel
2026-07-21 10:29:05 +02:00
parent 1ac1917172
commit 0a71e181e4
5 changed files with 168 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ use std::time::Duration;
use anyhow::{bail, ensure, Result};
use deltachat::chat::{self, Chat, ChatId, ChatItem, ChatVisibility, MuteDuration};
use deltachat::chatlist::*;
use deltachat::config;
use deltachat::constants::*;
use deltachat::contact::*;
use deltachat::context::*;
@@ -24,7 +25,6 @@ use deltachat::reaction::send_reaction;
use deltachat::receive_imf::*;
use deltachat::sql;
use deltachat::tools::*;
use deltachat::config;
use tokio::fs;
/// Reset database tables.