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 98fab9c568 - Show all commits

View File

@ -3093,6 +3093,7 @@ class MyForm(settingsmixin.SMainWindow):
else:
widget['subject'].setText('Re: ' + tableWidget.item(currentInboxRow, 2).label)
self.ui.tabWidget.setCurrentIndex(1)
widget['message'].setFocus()
def on_action_InboxAddSenderToAddressBook(self):
tableWidget = self.getCurrentMessagelist()