@@ -48,7 +48,7 @@ def _email_poller(cfg):
logger.info("邮件轮询线程已启动")
while _running:
try:
for acct_idx, mail in poll_accounts(cfg):
for acct_idx, mail in poll_accounts(cfg, skip_uids=_processing_uids):
if not _running:
return
with _pending_lock:
The note is not visible to the blocked user.