Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 376322 Details for
Bug 507716
mail-filter/dovecot_deleted_to_trash-0.6: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
dovecot-2.2-fix.patch
file_507716.txt (text/plain), 1.26 KB, created by
Fabian Henze
on 2014-05-04 11:14:57 UTC
(
hide
)
Description:
dovecot-2.2-fix.patch
Filename:
MIME Type:
Creator:
Fabian Henze
Created:
2014-05-04 11:14:57 UTC
Size:
1.26 KB
patch
obsolete
>From 1dd2c327bb79c9e1d3133b4101d3ac90763debf9 Mon Sep 17 00:00:00 2001 >From: root <root@mail0.xen.dingwall.me.uk> >Date: Mon, 19 Aug 2013 13:32:02 +0100 >Subject: [PATCH] Changes to work with 2.2.5. > >--- > src/deleted-to-trash-plugin.h | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > >diff --git a/src/deleted-to-trash-plugin.h b/src/deleted-to-trash-plugin.h >index d1ac9e7..3cad8d5 100644 >--- a/src/deleted-to-trash-plugin.h >+++ b/src/deleted-to-trash-plugin.h >@@ -12,15 +12,18 @@ > #define DELETED_TO_TRASH_CONTEXT(obj) MODULE_CONTEXT(obj, deleted_to_trash_storage_module) > #define DELETED_TO_TRASH_MAIL_CONTEXT(obj) MODULE_CONTEXT(obj, deleted_to_trash_mail_module) > >+ >+ARRAY_DEFINE_TYPE(mail_ids, unsigned int); >+ > struct last_copy_info > { > void *transaction_context; >- ARRAY_DEFINE(mail_id, unsigned int); >+ ARRAY_TYPE(mail_ids) mail_id; > char *src_mailbox_name; > }; > > /* defined by imap, pop3, lda */ >-const char *deleted_to_trash_plugin_version = PACKAGE_VERSION; >+const char *deleted_to_trash_plugin_version = DOVECOT_ABI_VERSION; > > static MODULE_CONTEXT_DEFINE_INIT(deleted_to_trash_storage_module, &mail_storage_module_register); > static MODULE_CONTEXT_DEFINE_INIT(deleted_to_trash_mail_module, &mail_module_register); >-- >1.9.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 507716
: 376322