Re: Debian patches that really belong to upstream

2015-09-25 Thread Ondřej Surý
Hi Ellie, On Fri, Sep 25, 2015, at 03:32, ellie timoney wrote: > Hi Ondřej, > > Thanks for sending these upstream. A bunch of these I can just apply, > and will do so today. I'll email again when they're on master. Once > they're on master I'll revisit them for inclusion on 2.5 and maybe 2.4.

[PATCH master] idled: Add missing signals_poll() call

2015-09-25 Thread Thomas Jarosch
This fixes broken shutdown on platforms without pselect(). A side effect of the "#ifdef HAVE_PSELECT" code path in signals_select() is that it calls signals_poll_mask() on each run. So it will pick up previously delivered signals. --- imap/idled.c | 2 ++ 1 file changed, 2 insertions(+) diff --g

[PATCH 2.5] idled: Add missing signals_poll() call

2015-09-25 Thread Thomas Jarosch
This fixes broken shutdown on platforms without pselect(). A side effect of the "#ifdef HAVE_PSELECT" code path in signals_select() is that it calls signals_poll_mask() on each run. So it will pick up previously delivered signals. --- imap/idled.c | 2 ++ 1 file changed, 2 insertions(+) diff --g

Re: 2.5.3: Inconsistency in subscription list separator?

2015-09-25 Thread Patrick Goetz
If you can figure out what the issue is from the telemetry files, let me know. This user in contacting me every day freaking out because he can't get to these email folders (or transfer message to others). Also, can I get confirmation that reconstructing the mailboxes with reconstruct -r -

Re: 2.5.3: Inconsistency in subscription list separator?

2015-09-25 Thread Bron Gondwana
On Fri, Sep 25, 2015, at 20:30, Patrick Goetz wrote: > If you can figure out what the issue is from the telemetry files, let me > know. This user in contacting me every day freaking out because he > can't get to these email folders (or transfer message to others). > > Also, can I get confirmati

virtdomains

2015-09-25 Thread Patrick Goetz
It seems that everyone is using virdomains now, and I need to start doing this soon myself. 2 questions: 1. Can I use virtdomain accounts alongside the existing non-domain-specific accounts; or more precisely 2. Can I just add the virtdomain functionality to my existing install without disr

[2.4 pull request] idle / idled fixes backport to 2.4

2015-09-25 Thread Thomas Jarosch
The following changes since commit e302cae2f208741c98fa73e6663963c9343ed744: mailbox: fix lock management over rename (2015-07-20 03:27:51 +1000) are available in the git repository at: https://github.com/thomasjfox/cyrus-imapd.git imap-idle-fixes-2.4-backport for you to fetch changes up to

Re: Debian patches that really belong to upstream

2015-09-25 Thread Bron Gondwana
On Fri, Sep 25, 2015, at 18:05, Ondřej Surý wrote: > Hi Ellie, > > On Fri, Sep 25, 2015, at 03:32, ellie timoney wrote: > > > +#ifndef MAXHOSTNAMELEN > > > +#define MAXHOSTNAMELEN > > > +#endif > > > + > > > > MAXHOSTNAMELEN is used here: > > > > > static char popd_apop_chal[45 + MAXHOSTNAMELE