add a "mailable" field
Signed-off-by: leto <leto@weboob.org> Signed-off-by: Romain Bignon <romain@symlink.me>
This commit is contained in:
parent
e59d5eb98f
commit
93acc54949
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ class Contact(_Contact):
|
|||
('bonus', FieldPopu('bonus')),
|
||||
('score', FieldPopu('popu')),
|
||||
('ratio', FieldPopuRatio('mails', 'flashs')),
|
||||
('mailable', FieldBool('mailable')),
|
||||
))),
|
||||
('details', OrderedDict((
|
||||
('old', FieldOld('birthday')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue