summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-01 10:30:42 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-03-01 10:30:42 +0100
commit14d33366f8ed61105f0d10328a03ccb07cf8970a (patch)
tree2c6b07899ad706dc6d3ec14338b4c6f9fe207034 /common
parentd0f138ae5aaeb6291f12c49a13e3bb2e2237c792 (diff)
downloadsink-14d33366f8ed61105f0d10328a03ccb07cf8970a.tar.gz
sink-14d33366f8ed61105f0d10328a03ccb07cf8970a.zip
Select all folders and emit notification if new mails are available
Diffstat (limited to 'common')
-rw-r--r--common/domain/applicationdomaintype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h
index 27a7954..d05e981 100644
--- a/common/domain/applicationdomaintype.h
+++ b/common/domain/applicationdomaintype.h
@@ -103,7 +103,8 @@ enum SINK_EXPORT SyncStatus {
103 NoSyncStatus, 103 NoSyncStatus,
104 SyncInProgress, 104 SyncInProgress,
105 SyncError, 105 SyncError,
106 SyncSuccess 106 SyncSuccess,
107 NewContentAvailable
107}; 108};
108 109
109/** 110/**