Nope, Amazon still doesn't allow sending AZW3 over email, my bad.

This commit is contained in:
NiLuJe 2012-09-14 18:49:13 +02:00
parent ca467cdb2e
commit e669ffd8ec

View File

@ -446,7 +446,7 @@ class KindlePage(QWizardPage, KindleUI):
if not accounts: accounts = {} if not accounts: accounts = {}
for y in accounts.values(): for y in accounts.values():
y[2] = False y[2] = False
accounts[x] = ['AZW, MOBI, TPZ, PRC, AZW1, AZW3', True, True] accounts[x] = ['AZW, MOBI, TPZ, PRC, AZW1', True, True]
conf.set('accounts', accounts) conf.set('accounts', accounts)
def nextId(self): def nextId(self):