On Sun, 22 May 2005, J. Kendzorra wrote:
>On Sunday 22 May 2005 05:34, Peter Stuge wrote:
>> Unfortunately this strace output isn't useful. This is the strace of
>> either tcpserver or bincimap-up and we need the strace from
>> bincimapd.

And just to rereply, here's a patch I'd like you to try:

--- src/operator-noop-pending.cc        (revision 310)
+++ src/operator-noop-pending.cc        (working copy)
@@ -65,7 +65,7 @@
                                                     Request &command)
 {
   Mailbox *mailbox = depot.getSelected();
-  if (!pendingUpdates(mailbox,
+  if (mailbox && !pendingUpdates(mailbox,
                      PendingUpdates::EXPUNGE
                      | PendingUpdates::EXISTS
                      | PendingUpdates::RECENT

Reply via email to