MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / markMessageUnread

Function markMessageUnread

src/bitmessagecli.py:1243–1251  ·  view source on GitHub ↗
(messageID)

Source from the content-addressed store, hash-verified

1241 main()
1242
1243def markMessageUnread(messageID):
1244 try:
1245 response = api.getInboxMessageByID(messageID, False)
1246 if "API Error" in response:
1247 return getAPIErrorCode(response)
1248 except:
1249 print '\n Connection Error\n'
1250 usrPrompt = 0
1251 main()
1252
1253def markAllMessagesRead():
1254 try:

Callers 1

markAllMessagesUnreadFunction · 0.85

Calls 2

getAPIErrorCodeFunction · 0.85
mainFunction · 0.70

Tested by

no test coverage detected