summaryrefslogtreecommitdiffstats
path: root/scripts/mailcheck_imap.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/mailcheck_imap.pl')
-rw-r--r--scripts/mailcheck_imap.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/mailcheck_imap.pl b/scripts/mailcheck_imap.pl
index 37652ff..868734b 100644
--- a/scripts/mailcheck_imap.pl
+++ b/scripts/mailcheck_imap.pl
@@ -3,6 +3,7 @@
# Contains code from centericq.pl (public domain) and imapbiff (GPL) and
# hence this is also GPL'd.
+use strict;
use vars qw($VERSION %IRSSI);
$VERSION = "0.5";
%IRSSI = (
@@ -40,9 +41,6 @@ $VERSION = "0.5";
use Irssi;
use Irssi::TextUI;
-
-
-use strict;
use IO::Socket;
# TODO : avoid requiring SSL when it's not in use?