main
Bob Mottram 2021-06-02 23:07:29 +01:00
parent e44d1b5e26
commit 47fa228cf4
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def _getStatusCount(baseDir: str) -> int:
continue
if 'inbox@' in acct or 'news@' in acct:
continue
statusCtr += len(os.path.join(accountsDir, acct))
statusCtr += len(os.path.join(accountsDir, acct + '/outbox'))
break
return statusCtr