aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree-model.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-11-21 01:07:43 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-11-21 01:33:30 +0800
commit9bb9e9d47844ff9102bd114c6636783a5d41d625 (patch)
treefb34c06d2ac781b40761c42081a62f1600a1667a /mail/em-folder-tree-model.h
parentc980a3dc64247126a8ce1a0e9bf4bc932b7304f6 (diff)
downloadgsoc2013-evolution-9bb9e9d47844ff9102bd114c6636783a5d41d625.tar
gsoc2013-evolution-9bb9e9d47844ff9102bd114c6636783a5d41d625.tar.gz
gsoc2013-evolution-9bb9e9d47844ff9102bd114c6636783a5d41d625.tar.bz2
gsoc2013-evolution-9bb9e9d47844ff9102bd114c6636783a5d41d625.tar.lz
gsoc2013-evolution-9bb9e9d47844ff9102bd114c6636783a5d41d625.tar.xz
gsoc2013-evolution-9bb9e9d47844ff9102bd114c6636783a5d41d625.tar.zst
gsoc2013-evolution-9bb9e9d47844ff9102bd114c6636783a5d41d625.zip
EMFolderTree: Show connection status icons.
Each network service row in the folder tree now shows an icon which follows the state of the service's connection status and remote host reachability.
Diffstat (limited to 'mail/em-folder-tree-model.h')
-rw-r--r--mail/em-folder-tree-model.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/em-folder-tree-model.h b/mail/em-folder-tree-model.h
index 85fe1e714f..5ec4a3bf29 100644
--- a/mail/em-folder-tree-model.h
+++ b/mail/em-folder-tree-model.h
@@ -69,6 +69,13 @@ enum {
* been added to the tree */
COL_UINT_UNREAD_LAST_SEL, /* last known unread count */
COL_BOOL_IS_DRAFT, /* %TRUE for a draft folder */
+
+ /* Status icon/spinner, only for top-level store rows. */
+ COL_STATUS_ICON,
+ COL_STATUS_ICON_VISIBLE,
+ COL_STATUS_SPINNER_PULSE,
+ COL_STATUS_SPINNER_VISIBLE,
+
NUM_COLUMNS
};