diff options
Diffstat (limited to 'shell/Evolution-common.idl')
-rw-r--r-- | shell/Evolution-common.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Evolution-common.idl b/shell/Evolution-common.idl index 86cd774852..85c3bfc4f7 100644 --- a/shell/Evolution-common.idl +++ b/shell/Evolution-common.idl @@ -16,6 +16,7 @@ struct Folder { string description; string displayName; string physicalUri; + string evolutionUri; long unreadCount; }; |