mirror of https://gitlab.com/bashrc2/epicyon
Outbox
parent
e44d1b5e26
commit
47fa228cf4
|
@ -71,7 +71,7 @@ def _getStatusCount(baseDir: str) -> int:
|
||||||
continue
|
continue
|
||||||
if 'inbox@' in acct or 'news@' in acct:
|
if 'inbox@' in acct or 'news@' in acct:
|
||||||
continue
|
continue
|
||||||
statusCtr += len(os.path.join(accountsDir, acct))
|
statusCtr += len(os.path.join(accountsDir, acct + '/outbox'))
|
||||||
break
|
break
|
||||||
return statusCtr
|
return statusCtr
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue