Displaying 3 results from an estimated 3 matches for "mail_storage_mailbox_cr".
2008 Nov 28
2
Autocreate plugin for 1.1 - trying to patch under FreeBSD
...In function 'autocreate_mailboxes':
autocreate-plugin.c:43: warning: implicit declaration of function
'mail_namespace_find'
autocreate-plugin.c:43: warning: assignment makes pointer from integer
without a cast
autocreate-plugin.c:45: warning: implicit declaration of function
'mail_storage_mailbox_create'
autocreate-plugin.c:45: error: dereferencing pointer to incomplete type
autocreate-plugin.c:46: error: 'FALSE' undeclared (first use in this
function)
autocreate-plugin.c:46: error: (Each undeclared identifier is reported
only once
autocreate-plugin.c:46: error: for each function...
2004 Sep 04
1
1.0-test39
http://dovecot.org/test/
Fixes several crashes. Apparently can still break with mboxes, although
it works with me..
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL:
2014 Jul 28
2
not able to compile deleted_to_trash Plugin
...79:6: warning: assignment makes pointer from integer without a cast [enabled by default]
box = mailbox_open(&storage, name, NULL, MAILBOX_OPEN_FAST | MAILBOX_OPEN_KEEP_RECENT | MAILBOX_OPEN_NO_INDEX_FILES);
^
deleted-to-trash-plugin.c:86:4: warning: implicit declaration of function 'mail_storage_mailbox_create' [-Wimplicit-function-declaration]
if(mail_storage_mailbox_create(storage, name, FALSE) >= 0)
^
deleted-to-trash-plugin.c:89:5: warning: passing argument 1 of 'mailbox_open' from incompatible pointer type [enabled by default]
box = mailbox_open(&storage, name, NU...