diff options
Diffstat (limited to 'mail/Mail.idl')
-rw-r--r-- | mail/Mail.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Mail.idl b/mail/Mail.idl index d864c59c8c..6144bb22a8 100644 --- a/mail/Mail.idl +++ b/mail/Mail.idl @@ -46,6 +46,8 @@ module Evolution { string address; string organization; string signature; + string html_signature; + boolean has_html_signature; }; struct Service { |