diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-25 03:24:15 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-25 03:24:15 +0800 |
commit | d3a3c1c3f0616f9bf1559f88b073b70d8e5d0bfc (patch) | |
tree | a58155322fdb17a1d8b07b08c08fd62d4137b46e /mail/em-folder-tree-model.h | |
parent | f575a7626a769b0a99e080944749958d644d4aef (diff) | |
download | gsoc2013-evolution-d3a3c1c3f0616f9bf1559f88b073b70d8e5d0bfc.tar.gz gsoc2013-evolution-d3a3c1c3f0616f9bf1559f88b073b70d8e5d0bfc.tar.zst gsoc2013-evolution-d3a3c1c3f0616f9bf1559f88b073b70d8e5d0bfc.zip |
Use named icons in the folder tree instead of pixbufs.
Diffstat (limited to 'mail/em-folder-tree-model.h')
-rw-r--r-- | mail/em-folder-tree-model.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-folder-tree-model.h b/mail/em-folder-tree-model.h index 3247eee308..13114c8539 100644 --- a/mail/em-folder-tree-model.h +++ b/mail/em-folder-tree-model.h @@ -51,11 +51,13 @@ enum { COL_STRING_DISPLAY_NAME, /* string that appears in the tree */ COL_POINTER_CAMEL_STORE, /* CamelStore object */ COL_STRING_FULL_NAME, /* if node is a folder, the full path name of the folder, no leading / */ + COL_STRING_ICON_NAME, /* icon name for the folder */ COL_STRING_URI, /* the uri to get the store or folder object */ COL_UINT_UNREAD, /* unread count */ COL_UINT_FLAGS, /* FolderInfo.flags */ COL_BOOL_IS_STORE, /* toplevel store node? */ + COL_BOOL_IS_FOLDER, /* folder (not a store) */ COL_BOOL_LOAD_SUBDIRS, /* %TRUE only if the store/folder * has subfolders which have not yet * been added to the tree */ |