FreeBSD Bugzilla – Attachment 176760 Details for
Bug 214302
mail/dovecot2-pigeonhole: fix virtual mailboxes with imapsieve plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update patch
ph-vm-fix.patch (text/plain), 1.50 KB, created by
Larry Rosenman
on 2016-11-08 02:28:25 UTC
(
hide
)
Description:
update patch
Filename:
MIME Type:
Creator:
Larry Rosenman
Created:
2016-11-08 02:28:25 UTC
Size:
1.50 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 425583) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= dovecot-pigeonhole > PORTVERSION= 0.4.16 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= mail > MASTER_SITES= http://pigeonhole.dovecot.org/releases/${DOVECOTVERSION}/ > DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} >Index: files/patch-src_plugins_imapsieve_imap-sieve-storage.c >=================================================================== >--- files/patch-src_plugins_imapsieve_imap-sieve-storage.c (nonexistent) >+++ files/patch-src_plugins_imapsieve_imap-sieve-storage.c (working copy) >@@ -0,0 +1,12 @@ >+--- src/plugins/imapsieve/imap-sieve-storage.c.orig 2016-11-08 02:19:04 UTC >++++ src/plugins/imapsieve/imap-sieve-storage.c >+@@ -531,7 +531,8 @@ imap_sieve_mailbox_transaction_begin(str >+ /* commence parent transaction */ >+ t = lbox->super.transaction_begin(box, flags); >+ >+- if (isuser == NULL || isuser->sieve_active) >++ if (isuser == NULL || isuser->sieve_active || >++ isuser->cur_cmd == IMAP_SIEVE_CMD_NONE) >+ return t; >+ >+ i_assert(isuser->client != NULL); > >Property changes on: files/patch-src_plugins_imapsieve_imap-sieve-storage.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
ler
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 214302
: 176760