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 1cab8bf549 - Show all commits

View File

@ -2673,6 +2673,7 @@ more work your computer must do to send the message. A Time-To-Live of four or f
acct.register(email) acct.register(email)
shared.config.set(addressAtCurrentRow, 'label', email) shared.config.set(addressAtCurrentRow, 'label', email)
shared.config.set(addressAtCurrentRow, 'gateway', 'mailchuck') shared.config.set(addressAtCurrentRow, 'gateway', 'mailchuck')
self.getCurrentTreeWidget().currentItem().updateText()
shared.writeKeysFile() shared.writeKeysFile()
else: else:
print "well nothing" print "well nothing"