]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/dovecot/plugins/deleted_to_trash/fix_mbox.patch
Squash changes containing private information
[perso/Immae/Config/Nix.git] / pkgs / dovecot / plugins / deleted_to_trash / fix_mbox.patch
diff --git a/pkgs/dovecot/plugins/deleted_to_trash/fix_mbox.patch b/pkgs/dovecot/plugins/deleted_to_trash/fix_mbox.patch
deleted file mode 100644 (file)
index 0060fb4..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/deleted-to-trash-plugin.c b/src/deleted-to-trash-plugin.c
-index bb4cc78..66bad53 100644
---- a/src/deleted-to-trash-plugin.c
-+++ b/src/deleted-to-trash-plugin.c
-@@ -82,6 +82,7 @@ static struct mailbox *mailbox_open_or_create(struct mailbox_list *list, const c
-       *error_r = mail_storage_get_last_error(mailbox_get_storage(box), &error);
-       if (error != MAIL_ERROR_NOTFOUND)
-       {
-+              i_error("%s", *error_r);
-               mailbox_free(&box);
-               return NULL;
-       }