Skip to content

Commit

Permalink
#134: removed cydir flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jrse committed Apr 24, 2018
1 parent fc580fd commit c2581bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/storage-rbox/libstorage-rbox-plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ static int refcount = 0;

struct mail_storage rbox_storage = {
.name = "rbox",
.class_flags = MAIL_STORAGE_CLASS_FLAG_UNIQUE_ROOT | MAIL_STORAGE_CLASS_FLAG_FILE_PER_MSG |
MAIL_STORAGE_CLASS_FLAG_HAVE_MAIL_GUIDS | MAIL_STORAGE_CLASS_FLAG_HAVE_MAIL_GUID128 |
MAIL_STORAGE_CLASS_FLAG_HAVE_MAIL_SAVE_GUIDS | MAIL_STORAGE_CLASS_FLAG_BINARY_DATA,
.class_flags = MAIL_STORAGE_CLASS_FLAG_UNIQUE_ROOT | MAIL_STORAGE_CLASS_FLAG_HAVE_MAIL_GUIDS |
MAIL_STORAGE_CLASS_FLAG_HAVE_MAIL_GUID128 | MAIL_STORAGE_CLASS_FLAG_HAVE_MAIL_SAVE_GUIDS |
MAIL_STORAGE_CLASS_FLAG_BINARY_DATA,

.v = {
NULL, rbox_storage_alloc, rbox_storage_create, rbox_storage_destroy, NULL, rbox_storage_get_list_settings,
Expand Down

0 comments on commit c2581bc

Please sign in to comment.