Global Sent fix

This commit is contained in:
mailchuck 2016-03-22 16:30:12 +01:00
parent 225789d01f
commit 373dbf921c
Signed by untrusted user who does not match committer: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

View File

@ -1020,6 +1020,8 @@ class MyForm(settingsmixin.SMainWindow):
def addMessageListItemSent(self, tableWidget, toAddress, fromAddress, subject, status, ackdata, lastactiontime):
acct = accountClass(fromAddress)
if acct is None:
acct = BMAccount(fromAddress)
acct.parseMessage(toAddress, fromAddress, subject, "")
items = []