From 25f16824dd0df645fd2f44b11b4b552e57b6deee Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 19 Mar 2021 15:28:16 +0000 Subject: [PATCH] Show outbox --- desktop_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop_client.py b/desktop_client.py index 788027456..258817154 100644 --- a/desktop_client.py +++ b/desktop_client.py @@ -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'