about summary refs log tree commit homepage
path: root/lib/PublicInbox/IMAPD.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-08-08 23:53:11 +0000
committerEric Wong <e@80x24.org>2022-08-09 16:41:54 +0000
commit416ed12a0ba4259da15c43a34af17023e440a1bd (patch)
tree5d332609a53cad70fa7f14fa7257c4323e94f1c5 /lib/PublicInbox/IMAPD.pm
parente271df69f387333e5c80113a92c7964a8434d0a9 (diff)
downloadpublic-inbox-416ed12a0ba4259da15c43a34af17023e440a1bd.tar.gz
imapd|nntpd: drop ->base_url preload
It was never useful for IMAP, and NNTP hasn't needed it since:
1bf653ad139bf7bb (nntp+www: drop List-* and Archived-At headers, 2020-12-10)
Diffstat (limited to 'lib/PublicInbox/IMAPD.pm')
-rw-r--r--lib/PublicInbox/IMAPD.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/IMAPD.pm b/lib/PublicInbox/IMAPD.pm
index ba6ad05d..78323e57 100644
--- a/lib/PublicInbox/IMAPD.pm
+++ b/lib/PublicInbox/IMAPD.pm
@@ -44,7 +44,6 @@ sub _refresh_ibx { # pi_cfg->each_inbox cb
                 PublicInbox::IMAP::ensure_slices_exist($imapd, $ibx);
                 # preload to avoid fragmentation:
                 $ibx->description;
-                $ibx->base_url;
                 # ensure dummies are selectable:
                 do {
                         $dummies->{$ngname} = $dummy;