move and rename module

This commit is contained in:
Bendt
2025-12-18 14:00:54 -05:00
parent 37be42884f
commit fe65183fb7
33 changed files with 26 additions and 24 deletions

View File

@@ -4,7 +4,7 @@ import json
import logging
import subprocess
from src.maildir_gtd.config import get_config
from src.mail.config import get_config
async def list_envelopes(limit: int = 9999) -> Tuple[List[Dict[str, Any]], bool]:

View File

@@ -6,7 +6,7 @@ import logging
import shlex
from typing import Tuple, List, Dict, Any, Optional
from src.maildir_gtd.config import get_config
from src.mail.config import get_config
logger = logging.getLogger(__name__)