Repair more unintended deletions.
authorMatthew Barnes <mbarnes@redhat.com>
Thu, 1 Apr 2010 01:52:32 +0000 (21:52 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Thu, 1 Apr 2010 01:52:32 +0000 (21:52 -0400)
camel/camel-disco-folder.c
camel/camel-offline-folder.c
camel/providers/imap/camel-imap-folder.c
camel/providers/imap4/camel-imap4-folder.c
camel/providers/local/camel-local-folder.c

index 793b4ce..b734115 100644 (file)
@@ -196,6 +196,7 @@ disco_getv(CamelObject *object, CamelException *ex, CamelArgGetV *args)
                tag = arg->tag;
 
                switch (tag & CAMEL_ARG_TAG) {
+               case CAMEL_OBJECT_ARG_PERSISTENT_PROPERTIES:
                case CAMEL_FOLDER_ARG_PROPERTIES: {
                        CamelArgGetV props;
 
index 2ee1791..a8d941e 100644 (file)
@@ -182,6 +182,7 @@ offline_folder_getv (CamelObject *object, CamelException *ex, CamelArgGetV *args
                tag = arg->tag;
 
                switch (tag & CAMEL_ARG_TAG) {
+               case CAMEL_OBJECT_ARG_PERSISTENT_PROPERTIES:
                case CAMEL_FOLDER_ARG_PROPERTIES:
                        props.argc = 1;
                        props.argv[0] = *arg;
index 887fc11..4c3ebaf 100644 (file)
@@ -513,6 +513,7 @@ imap_getv(CamelObject *object, CamelException *ex, CamelArgGetV *args)
                tag = arg->tag;
 
                switch (tag & CAMEL_ARG_TAG) {
+               case CAMEL_OBJECT_ARG_PERSISTENT_PROPERTIES:
                case CAMEL_FOLDER_ARG_PROPERTIES: {
                        CamelArgGetV props;
                        gint i;
index e24551b..0e388fb 100644 (file)
@@ -190,6 +190,7 @@ imap4_getv (CamelObject *object, CamelException *ex, CamelArgGetV *args)
                tag = arg->tag;
 
                switch (tag & CAMEL_ARG_TAG) {
+               case CAMEL_OBJECT_ARG_PERSISTENT_PROPERTIES:
                case CAMEL_FOLDER_ARG_PROPERTIES:
                        props.argc = 1;
                        props.argv[0] = *arg;
index 0dfdd8c..5b2890c 100644 (file)
@@ -409,6 +409,7 @@ local_getv(CamelObject *object, CamelException *ex, CamelArgGetV *args)
                        *arg->ca_str = folder->description;
                        break;
 
+               case CAMEL_OBJECT_ARG_PERSISTENT_PROPERTIES:
                case CAMEL_FOLDER_ARG_PROPERTIES: {
                        CamelArgGetV props;