diff options
Diffstat (limited to 'mail/em-folder-view.h')
-rw-r--r-- | mail/em-folder-view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-folder-view.h b/mail/em-folder-view.h index 96c7ad97d0..aca9ef86e3 100644 --- a/mail/em-folder-view.h +++ b/mail/em-folder-view.h @@ -64,6 +64,8 @@ struct _EMFolderView { struct _CamelFolder *folder; char *folder_uri; + char *displayed_uid; /* only used to stop re-loads, don't use it to represent any selection state */ + /* used to load ui from base activate implementation */ GSList *ui_files; /* const char * list, TODO: should this be on class? */ const char *ui_app_name; |