]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/IMAP.pm
ds: use ->dflush to distinguish from ->zflush
[public-inbox.git] / lib / PublicInbox / IMAP.pm
index 805f1102536d99d9cf77807f86e1b0b3e6290ce4..0f0f9b3aaa6722c021132ca96224051d75b8ccc4 100644 (file)
@@ -595,7 +595,7 @@ sub fetch_blob_cb { # called by git->cat_async via ibx_async_cat
                                        \&fetch_blob_cb, $fetch_arg);
        }
        fetch_run_ops($self, $smsg, $bref, $ops, $partial);
-       $pre ? $self->zflush : $self->requeue_once;
+       $pre ? $self->dflush : $self->requeue_once;
 }
 
 sub emit_rfc822 {