summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-01 18:28:34 +0000
committerSean Whitton <spwhitton@spwhitton.name>2020-01-12 12:28:26 +0000
commit9996860316282a218236e31e2298409cef0cdb8a (patch)
treec815f8db280ad235f6c440f2e68b834d7d593c58
parent5868c8e68697e08f99f41c022fd239deb63641c3 (diff)
downloaddotfiles-9996860316282a218236e31e2298409cef0cdb8a.tar.gz
skip expanding some mboxes on zephyr for now
-rw-r--r--lib/perl5/Local/Homedir/Mail.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/perl5/Local/Homedir/Mail.pm b/lib/perl5/Local/Homedir/Mail.pm
index b8140e05..73d3036c 100644
--- a/lib/perl5/Local/Homedir/Mail.pm
+++ b/lib/perl5/Local/Homedir/Mail.pm
@@ -92,6 +92,9 @@ sub expand_mbox {
return;
}
+ # zephyr is having difficulty getting these unzipped
+ return if $source_path =~ /lists\./;
+
# lock this one
open my $touch_fh, '>', $lockfile;
close $touch_fh;