Add a `user_creatable' property to folder types and make components
use it, so that e.g. you cannot create a folder of type "mailstorage" or "vtrash". svn path=/trunk/; revision=11298
This commit is contained in:
@ -107,6 +107,7 @@ typedef char * (* EvolutionShellComponentGetDndSelectionFn) (EvolutionShellCompo
|
||||
struct _EvolutionShellComponentFolderType {
|
||||
char *name;
|
||||
char *icon_name;
|
||||
gboolean user_creatable;
|
||||
|
||||
/* The following are NULL-terminated arrays. */
|
||||
char **accepted_dnd_types;
|
||||
|
Reference in New Issue
Block a user