diff options
Diffstat (limited to 'models')
-rw-r--r-- | models/models.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/models/models.go b/models/models.go index 8d254a16..7654cf02 100644 --- a/models/models.go +++ b/models/models.go @@ -50,6 +50,9 @@ type DirectoryInfo struct { // The number of unread messages Unseen int + + // set to true if the value counts are accurate + AccurateCounts bool } // A MessageInfo holds information about the structure of a message |