? .mailhandler.retrieve.inc.swp
? mailhandler-batchapi-files-713656-22.patch
Index: mailhandler.retrieve.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/mailhandler/Attic/mailhandler.retrieve.inc,v
retrieving revision 1.1.2.38
diff -u -p -r1.1.2.38 mailhandler.retrieve.inc
--- mailhandler.retrieve.inc	1 Feb 2010 21:06:52 -0000	1.1.2.38
+++ mailhandler.retrieve.inc	14 Mar 2010 18:54:20 -0000
@@ -438,6 +438,9 @@ function mailhandler_retrieve($mailbox, 
             'file' => drupal_get_path('module', 'mailhandler') .'/mailhandler.retrieve.inc',
           );
           batch_set($batch);
+          // Make 'progressive' mode work.  Hack due to bug http://drupal.org/node/638712
+          $batch =& batch_get();
+          $batch['progressive'] = FALSE;
           batch_process('admin/content/mailhandler');
         }
         else {
@@ -467,4 +470,4 @@ function mailhandler_retrieve($mailbox, 
       }
       break;
   }
-}
\ No newline at end of file
+}
