the table now clears properly after reading mail
This commit is contained in:
@@ -328,6 +328,9 @@ def mail_check():
|
|||||||
AllFroms=[]
|
AllFroms=[]
|
||||||
AllSubjs=[]
|
AllSubjs=[]
|
||||||
AllDates=[]
|
AllDates=[]
|
||||||
|
details.ui.tableWidget.clearContents()
|
||||||
|
details.ui.tableWidget.setRowCount(0)
|
||||||
|
details.ui.tableWidget.setColumnCount(0)
|
||||||
if (GlobalSettingsExist() and AccountExist()):
|
if (GlobalSettingsExist() and AccountExist()):
|
||||||
m = Mail()
|
m = Mail()
|
||||||
groups = settings.childGroups()
|
groups = settings.childGroups()
|
||||||
|
|||||||
Reference in New Issue
Block a user