ports/mail/cyrus-imapd24/files/extra-patch-imap__lmtp_sieve.c
Hajimu UMEMOTO 17ecd5a3e6 re-enable autosieve option.
PR:		162185
Submitted by:	enzi.sergio
2015-10-17 07:33:11 +00:00

11 lines
623 B
C

--- 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);