Displaying 1 result from an estimated 1 matches for "box_transaction_begin".
Did you mean:
mbox_transaction_begin
2018 Sep 16
0
dovecot_deleted_to_trash no longer compiles with dovecot 2.3.2.1
...sr/include/dovecot/src/lib-index \
-DHAVE_CONFIG_H \
src/deleted-to-trash-plugin.c -o lib_deleted_to_trash_plugin.so
src/deleted-to-trash-plugin.c: In function ?copy_deleted_mail_to_trash?:
src/deleted-to-trash-plugin.c:117:16: error: too few arguments to
function ?mail
box_transaction_begin?
dest_trans = mailbox_transaction_begin(trash_box,
MAILBOX_TRANSACTION_FLAG_EX
TERNAL);
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/dovecot/mail-storage-private.h:7:0,
from src/deleted-to-trash-plugin.h:5,...