diff options
author | Milan Crha <mcrha@redhat.com> | 2009-05-30 13:07:39 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-01 21:00:01 +0800 |
commit | aefa76d0b3a1497f3b7fed75070733b6848127e2 (patch) | |
tree | 3d8d8690a4be9e387b819fcb5d4c4260d92421ae /mail/em-folder-tree-model.h | |
parent | 878989677a3c8d0a4e3b7c26757a2c6be6ea0d3d (diff) | |
download | gsoc2013-evolution-aefa76d0b3a1497f3b7fed75070733b6848127e2.tar.gz gsoc2013-evolution-aefa76d0b3a1497f3b7fed75070733b6848127e2.tar.zst gsoc2013-evolution-aefa76d0b3a1497f3b7fed75070733b6848127e2.zip |
Bug 323037 – Folder emblem to show new mail arrival
Diffstat (limited to 'mail/em-folder-tree-model.h')
-rw-r--r-- | mail/em-folder-tree-model.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-folder-tree-model.h b/mail/em-folder-tree-model.h index 20bc30a6a2..418248acd6 100644 --- a/mail/em-folder-tree-model.h +++ b/mail/em-folder-tree-model.h @@ -69,6 +69,7 @@ enum { COL_BOOL_LOAD_SUBDIRS, /* %TRUE only if the store/folder * has subfolders which have not yet * been added to the tree */ + COL_UINT_UNREAD_LAST_SEL, /* last known unread count */ NUM_COLUMNS }; |