diff options
Diffstat (limited to 'mail/Mail.idl')
-rw-r--r-- | mail/Mail.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Mail.idl b/mail/Mail.idl index eedf2bcce8..01f4bb2dfb 100644 --- a/mail/Mail.idl +++ b/mail/Mail.idl @@ -44,6 +44,7 @@ module Evolution { struct Identity { string name; string address; + string reply_to; string organization; }; |