about summary refs log tree commit homepage
path: root/lib/PublicInbox/IMAP.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/IMAP.pm')
-rw-r--r--lib/PublicInbox/IMAP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/IMAP.pm b/lib/PublicInbox/IMAP.pm
index 4292c564..fffd611b 100644
--- a/lib/PublicInbox/IMAP.pm
+++ b/lib/PublicInbox/IMAP.pm
@@ -390,7 +390,7 @@ sub uid_fetch_cb { # called by git->cat_async
                 $self->msg_more(' BODYSTRUCTURE '.fetch_body($eml, 1));
         $want->{BODY} and
                 $self->msg_more(' BODY '.fetch_body($eml));
-        if (my $partial = delete $want->{-partial}) {
+        if (my $partial = $want->{-partial}) {
                 partial_emit($self, $partial, $eml);
         }
         $self->msg_more(")\r\n");