Show outbox

main
Bob Mottram 2021-03-19 15:28:16 +00:00
parent 6c460743b8
commit 25f16824dd
1 changed files with 2 additions and 1 deletions

View File

@ -995,7 +995,8 @@ def runDesktopClient(baseDir: str, proxyType: str, httpPrefix: str,
newRepliesExist, newDMsExist)
# Turn off the replies indicator
newRepliesExist = False
elif commandStr.startswith('show sen'):
elif (commandStr.startswith('show sen') or
commandStr.startswith('show out')):
pageNumber = 1
prevTimelineFirstId = ''
currTimeline = 'outbox'