Special address behaviour updates send comboboxes

Fixes #57
This commit is contained in:
mailchuck 2015-10-19 21:12:10 +02:00 committed by Peter Surda
parent 705ffacd8b
commit 3566b82c9f
1 changed files with 2 additions and 0 deletions

View File

@ -2672,6 +2672,8 @@ class MyForm(QtGui.QMainWindow):
shared.config.set(str(addressAtCurrentRow), 'mailinglistname', str(
self.dialog.ui.lineEditMailingListName.text().toUtf8()))
self.setCurrentItemColor(QtGui.QColor(137, 04, 177)) #magenta
self.rerenderComboBoxSendFrom()
self.rerenderComboBoxSendFromBroadcast()
shared.writeKeysFile()
self.rerenderInboxToLabels()