Upon adding address book entry, update To labels on Sent tab

This commit is contained in:
Jonathan Warren 2013-04-10 10:48:36 -04:00
parent a21bf5caab
commit 6a97577356
1 changed files with 1 additions and 0 deletions

View File

@ -4299,6 +4299,7 @@ class MyForm(QtGui.QMainWindow):
sqlSubmitQueue.put('commit')
sqlLock.release()
self.rerenderInboxFromLabels()
self.rerenderSentToLabels()
else:
self.statusBar().showMessage('Error: You cannot add the same address to your address book twice. Try renaming the existing one if you want.')
else: