mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Nope, Amazon still doesn't allow sending AZW3 over email, my bad.
This commit is contained in:
parent
ca467cdb2e
commit
e669ffd8ec
@ -446,7 +446,7 @@ class KindlePage(QWizardPage, KindleUI):
|
||||
if not accounts: accounts = {}
|
||||
for y in accounts.values():
|
||||
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)
|
||||
|
||||
def nextId(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user