aboutsummaryrefslogblamecommitdiff
path: root/mail/cyrus-imapd24/files/extra-patch-imap__lmtp_sieve.c
blob: 828283b0f0b08eaf65d8dd66cdfa7a29541320b4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                 
--- imap/lmtp_sieve.c.orig	2015-10-17 06:54:40 UTC
+++ imap/lmtp_sieve.c
@@ -511,7 +511,7 @@ static int sieve_fileinto(void *ac, 
 	/* Try to deliver the mail again. */
         if (!ret)
             ret = deliver_mailbox(md->f, mdata->content, mdata->stage, md->size,
-                                  fc->imapflags->flag, fc->imapflags->nflags,
+                                  fc->imapflags,
                                   (char *) sd->username, sd->authstate, md->id,
                                   sd->username, mdata->notifyheader,
                                   namebuf, md->date, quotaoverride, 0);