aboutsummaryrefslogtreecommitdiff
path: root/mail/dbmail21/files/patch-2.1.7_008
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dbmail21/files/patch-2.1.7_008')
-rw-r--r--mail/dbmail21/files/patch-2.1.7_00822
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/dbmail21/files/patch-2.1.7_008 b/mail/dbmail21/files/patch-2.1.7_008
deleted file mode 100644
index 4e050d901c09..000000000000
--- a/mail/dbmail21/files/patch-2.1.7_008
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: modules/sortsieve.c
-===================================================================
---- modules/sortsieve.c (revision 2218)
-+++ modules/sortsieve.c (revision 2219)
-@@ -200,7 +200,7 @@
- /* If there were any imapflags, set them. */
- if (flags) {
- int i, j;
-- msgflags = g_new0(int, IMAP_NFLASGS);
-+ msgflags = g_new0(int, IMAP_NFLAGS);
-
- for (i = 0; flags[i]; i++) { // Loop through all script/user-specified flags.
- for (j = 0; imap_flag_desc[j]; i++) { // Find the ones we support.
-@@ -223,7 +223,7 @@
- }
-
- if (msgflags)
-- g_free(msgflasgs);
-+ g_free(msgflags);
-
- return SIEVE2_OK;
- }