Displaying 3 results from an estimated 3 matches for "namespace_flag_inbox".
2009 Mar 04
2
v1.2: can't access other users shared INBOX
Hi *,
when a user A shares his INBOX with another user B, the user B can't
access its content:
User A:
g getacl INBOX
* ACL INBOX A at example.com lrswipkxtecda B at example.com lrswipkxtecd
g OK Completed
User B:
l list "" "*"
* LIST (\Noselect \HasChildren) "/" "user"
* LIST (\Noselect \HasChildren) "/" "user/A at
2010 Jul 07
1
post 2.0rc1 compilation issue
Hi,
I was just updating dovecot to nightly snapshot for Fedora rawhide, but got
following issue:
fts-backend-solr.c: In function 'fts_box_name_get_root':
fts-backend-solr.c:60: error: 'NAMESPACE_FLAG_INBOX' undeclared (first use in
this function)
fts-backend-solr.c:60: error: (Each undeclared identifier is reported only once
and once again on line 750
seems the change http://hg.dovecot.org/dovecot-2.0/rev/07353259bb41 is not
complete
Michal
2014 Jul 28
2
not able to compile deleted_to_trash Plugin
...m deleted-to-trash-plugin.c:2:0:
deleted-to-trash-plugin.h:19:2: error: expected specifier-qualifier-list before 'ARRAY_DEFINE'
ARRAY_DEFINE(mail_id, unsigned int);
^
deleted-to-trash-plugin.c: In function 'get_users_inbox_namespace':
deleted-to-trash-plugin.c:19:21: error: 'NAMESPACE_FLAG_INBOX' undeclared (first use in this function)
if(curns->flags & NAMESPACE_FLAG_INBOX)
^
deleted-to-trash-plugin.c:19:21: note: each undeclared identifier is reported only once for each function it appears in
deleted-to-trash-plugin.c: In function 'search_deleted_id...