Bug 214302 - mail/dovecot2-pigeonhole: fix virtual mailboxes with imapsieve plugin
Summary: mail/dovecot2-pigeonhole: fix virtual mailboxes with imapsieve plugin
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Adam Weinberger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-08 02:28 UTC by Larry Rosenman
Modified: 2016-11-08 02:56 UTC (History)
1 user (show)

See Also:
ler: maintainer-feedback+


Attachments
update patch (1.50 KB, patch)
2016-11-08 02:28 UTC, Larry Rosenman
ler: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!