diff options
author | Milan Crha <mcrha@redhat.com> | 2009-10-16 17:32:46 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-10-16 17:32:46 +0800 |
commit | 93040de356b53196e097099f46d9a6ea6718e7e6 (patch) | |
tree | 8e9e45667a00bcbb81dfc613d7f6b806c4bf2131 /mail/em-folder-tree-model.h | |
parent | ff885467062cecc9c80ca5441217777ccc5a757e (diff) | |
download | gsoc2013-evolution-93040de356b53196e097099f46d9a6ea6718e7e6.tar.gz gsoc2013-evolution-93040de356b53196e097099f46d9a6ea6718e7e6.tar.zst gsoc2013-evolution-93040de356b53196e097099f46d9a6ea6718e7e6.zip |
Bug #339628 - Non-default Draft folders are Draft folders too
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 d75e57c0b4..00e2d39282 100644 --- a/mail/em-folder-tree-model.h +++ b/mail/em-folder-tree-model.h @@ -68,6 +68,7 @@ enum { * has subfolders which have not yet * been added to the tree */ COL_UINT_UNREAD_LAST_SEL, /* last known unread count */ + COL_BOOL_IS_DRAFT, /* %TRUE for a draft folder */ NUM_COLUMNS }; |