summaryrefslogtreecommitdiff
path: root/img/lib/IM/Imap.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-03-23 15:06:22 +0000
committerfukachan <fukachan>2003-03-23 15:06:22 +0000
commitbf112251f43696e90733e499e7401bbeecd31d3d (patch)
tree6a0177f7570450cfdf3b03500b82537da90bebeb /img/lib/IM/Imap.pm
parent4d22e01c81b228d4103d0407513e02cb2d155663 (diff)
downloadfml8-im-144.tar.gz
fml8-im-144.tar.bz2
fml8-im-144.zip
import im-144im-144
Diffstat (limited to 'img/lib/IM/Imap.pm')
-rw-r--r--img/lib/IM/Imap.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/img/lib/IM/Imap.pm b/img/lib/IM/Imap.pm
index cdd056d6..533ab42b 100644
--- a/img/lib/IM/Imap.pm
+++ b/img/lib/IM/Imap.pm
@@ -5,10 +5,10 @@
###
### Author: Internet Message Group <img@mew.org>
### Created: Apr 23, 1997
-### Revised: Dec 7, 2002
+### Revised: Mar 22, 2003
###
-my $PM_VERSION = "IM::Imap.pm version 20021207(IM142)";
+my $PM_VERSION = "IM::Imap.pm version 20030322(IM144)";
package IM::Imap;
require 5.003;
@@ -534,7 +534,7 @@ sub imap_process($$$$$$$) {
}
} elsif ($how eq 'get') {
if ($msgs > 0) {
- im_info("Getting new messages from $host into $dst....\n");
+ im_info("Getting new messages from $src at $host into $dst...\n");
my @alluids = &imap_all_uids($HANDLE);
return -1 if ($alluids[0] < 0);
my $i;