From: epg <> Date: Fri, 2 Sep 2005 22:44:51 +0000 (+0000) Subject: Move the declaration of the hooks lists near the @FILTERS declaration. X-Git-Url: https://diplodocus.org/git/minc/commitdiff_plain/1d793bbf786252cf8085b282f7d9bf82dc8c3688?hp=99a8b3041be8f68b3770a2080be95533c9e23786 Move the declaration of the hooks lists near the @FILTERS declaration. --- diff --git a/minc b/minc index f8d976e..6837e19 100755 --- a/minc +++ b/minc @@ -183,6 +183,7 @@ marked unseen. =cut our @FILTERS; +our (@start_hooks, @stop_hooks, @filter_hooks, @post_store_hooks); my $mh; my $logfile; @@ -549,7 +550,6 @@ sub filter_mail { require "$HOME/.minc"; } - our (@start_hooks, @stop_hooks, @filter_hooks, @post_store_hooks); my %batons; for my $hook (@start_hooks) { my ($handle, @baton) = $hook->();