Bug 214302

Summary: mail/dovecot2-pigeonhole: fix virtual mailboxes with imapsieve plugin
Product: Ports & Packages Reporter: Larry Rosenman <ler>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed FIXED    
Severity: Affects Only Me CC: adamw
Priority: --- Flags: ler: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
update patch ler: maintainer-approval+

Description Larry Rosenman freebsd_committer freebsd_triage 2016-11-08 02:28:25 UTC
Created attachment 176760 [details]
update patch

pick up github commit:
https://github.com/dovecot/pigeonhole/commit/00651e607c6ea9145ec565dcfd2fdf7d04bb32e9

imapsieve plugin: Fixed assert failure occurring when used with virtu…
…al mailboxes.

In that case a transaction (delayed sync) is perfromed outside of the context of an IMAP command.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-11-08 02:54:11 UTC
A commit references this bug:

Author: adamw
Date: Tue Nov  8 02:53:23 UTC 2016
New revision: 425665
URL: https://svnweb.freebsd.org/changeset/ports/425665

Log:
  pick up github commit:
  https://github.com/dovecot/pigeonhole/commit/00651e607c6ea9145ec565dcfd2fdf7d04bb32e9

  imapsieve plugin: Fixed assert failure occurring when used with virtual
  mailboxes.

  In that case a transaction (delayed sync) is perfromed outside of the
  context of an IMAP command.

  PR:		214302
  Submitted by:	maintainer (Larry Rosenman)

Changes:
  head/mail/dovecot2-pigeonhole/Makefile
  head/mail/dovecot2-pigeonhole/files/
  head/mail/dovecot2-pigeonhole/files/patch-src_plugins_imapsieve_imap-sieve-storage.c
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2016-11-08 02:56:36 UTC
Committed. Thanks Larry!