V0.6 #852

Merged
Atheros1 merged 399 commits from v0.6 into master 2016-05-03 01:58:38 +02:00
Showing only changes of commit 705ffacd8b - Show all commits

View File

@ -3548,6 +3548,10 @@ class MyForm(QtGui.QMainWindow):
shared.config.set(str(item.address), 'label', newLabel)
item.updateText()
shared.writeKeysFile()
if item.type == 'mailinglist':
self.rerenderComboBoxSendFromBroadcast()
else:
self.rerenderComboBoxSendFrom()
self.recurDepth -= 1
def tableWidgetInboxItemClicked(self):