mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
aac23508df
commit
64dd32eaf5
@ -84,7 +84,7 @@ class EmailAccounts(QAbstractTableModel): # {{{
|
||||
account = self.account_order[row]
|
||||
if col == 3:
|
||||
self.accounts[account][1] ^= True
|
||||
if col == 2:
|
||||
elif col == 2:
|
||||
self.subjects[account] = unicode(value.toString())
|
||||
elif col == 1:
|
||||
self.accounts[account][0] = unicode(value.toString()).upper()
|
||||
|
Loading…
x
Reference in New Issue
Block a user