Added menu option to delete all trashed messages #175

Merged
Atheros1 merged 4 commits from master into master 2013-05-28 23:17:15 +02:00
Showing only changes of commit c762d7ed01 - Show all commits

View File

@ -777,9 +777,10 @@ class MyForm(QtGui.QMainWindow):
shared.sqlSubmitQueue.put('''delete from sent where folder='trash' ''')
shared.sqlSubmitQueue.put('')
shared.sqlReturnQueue.get()
shared.sqlSubmitQueue.put('commit') #Commit takes no parameters
shared.sqlSubmitQueue.put('commit') #Commit takes no parameters and returns nothing
shared.sqlSubmitQueue.put('vacuum')
shared.sqlSubmitQueue.put('')
shared.sqlReturnQueue.get()
shared.sqlLock.release()
def click_actionRegenerateDeterministicAddresses(self):