]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - pkgs/dovecot/plugins/deleted_to_trash/fix_mbox.patch
Configure mail (dovecot, postfix, spam checks)
[perso/Immae/Config/Nix.git] / pkgs / dovecot / plugins / deleted_to_trash / fix_mbox.patch
1 diff --git a/src/deleted-to-trash-plugin.c b/src/deleted-to-trash-plugin.c
2 index bb4cc78..66bad53 100644
3 --- a/src/deleted-to-trash-plugin.c
4 +++ b/src/deleted-to-trash-plugin.c
5 @@ -82,6 +82,7 @@ static struct mailbox *mailbox_open_or_create(struct mailbox_list *list, const c
6 *error_r = mail_storage_get_last_error(mailbox_get_storage(box), &error);
7 if (error != MAIL_ERROR_NOTFOUND)
8 {
9 + i_error("%s", *error_r);
10 mailbox_free(&box);
11 return NULL;
12 }