aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatej Cepl <mcepl@redhat.com>2008-09-29 18:35:25 +0200
committerMatej Cepl <mcepl@redhat.com>2008-09-29 18:35:25 +0200
commita9f554b6c4529c6d1e1c634edd0af8f0cd5fa5e7 (patch)
tree072e8228a5ded380196de49851665ff568369eb0
parent6c511546c7d9dc913be1f5f0bfb8057103833200 (diff)
downloadimapArch-a9f554b6c4529c6d1e1c634edd0af8f0cd5fa5e7.tar.gz
Full stop in the end of the last folder is confusing.
-rw-r--r--listFolders.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/listFolders.pl b/listFolders.pl
index 16f26d4..5be4bc6 100644
--- a/listFolders.pl
+++ b/listFolders.pl
@@ -20,4 +20,4 @@ $imap = Mail::IMAPClient->new(
print "\n===============================\n";
my @folders = $imap->folders;
-print join("\n",@folders),".\n"; \ No newline at end of file
+print join("\n",@folders),"\n"; \ No newline at end of file