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 127521bdef..4cbf45ad7e 100644 --- a/shell/Evolution-common.idl +++ b/shell/Evolution-common.idl @@ -17,6 +17,7 @@ module Evolution { string physicalUri; string evolutionUri; long unreadCount; + boolean canSyncOffline; }; typedef sequence <Folder> FolderList; |