Sent folder new message selection fix

Fixes Bitmessage#838
master
mailchuck 7 years ago committed by Peter Surda
parent 9353e8eff7
commit 056512a715

@ -2413,6 +2413,7 @@ class MyForm(settingsmixin.SMainWindow):
self.addMessageListItemSent(sent, toAddress, fromAddress, subject, "msgqueued", ackdata, time.time())
self.getAccountTextedit(acct).setPlainText(unicode(message, 'utf-8)', 'replace'))
sent.setCurrentCell(0, 0)
def displayNewInboxMessage(self, inventoryHash, toAddress, fromAddress, subject, message):
if toAddress == str_broadcast_subscribers:

Loading…
Cancel
Save