Global Sent fix
This commit is contained in:
parent
225789d01f
commit
373dbf921c
|
@ -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 = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user