http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git/tree/lib/PublicInbox/IMAP.pm
scalar ( keys % $q )) { # overview.sqlite3 $self -> msg_more ( '* SEARCH' ); $self -> long_response ( \ & search_uid_range , $tag , $sql , $range_info , $want_msn ); } elsif ( $q = $q ->{ xap }) { my $srch = $self ->{ ibx }-> isrch or return " $tag BAD search not available for mailbox \r\n " ; my $opt = { sort_col => - 1 , asc => 1 , limit => UID_SLICE , uid_range => $range_info }; $srch -> async_mset ( $q , $opt , \ & mset_cb , $self ,...