search for: copy_deleted_mail_to_trash

Displaying 3 results from an estimated 3 matches for "copy_deleted_mail_to_trash".

2018 Sep 16
0
dovecot_deleted_to_trash no longer compiles with dovecot 2.3.2.1
...de/dovecot/src/lib-storage \ -I/usr/include/dovecot/src/lib-mail \ -I/usr/include/dovecot/src/lib-imap \ -I/usr/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 includ...
2012 Aug 24
3
quota: ignore deleted messages (?)
Hi! I am currently in the process of preparing a migration of our old Courier-based IMAP/POP server setup to a Dovecot-based one. During this process I came across the following problem with the difference Courier and Dovecot handle deleted messages and mail quota. Quote from http://www.courier-mta.org/imap/README.maildirquota.html: ,---- | The default application configuration that uses this
2014 Jul 28
2
not able to compile deleted_to_trash Plugin
...pen(struct mailbox *box); ^ deleted-to-trash-plugin.c:89:9: 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); ^ deleted-to-trash-plugin.c: In function 'copy_deleted_mail_to_trash': deleted-to-trash-plugin.c:104:52: error: 'struct mail_storage' has no member named 'ns' ns = get_users_inbox_namespace(_mail->box->storage->ns->user); ^ deleted-to-trash-plugin.c:127:3: warning: implicit declara...