fix a couple of sillies
authorminima <minima>
Tue, 2 Oct 2001 10:30:48 +0000 (10:30 +0000)
committerminima <minima>
Tue, 2 Oct 2001 10:30:48 +0000 (10:30 +0000)
cmd/stat/msg.pl
perl/DXMsg.pm

index da4a726248cab01d9825682e2622bdab4d53e272..2b937d81f1db2633e5bb51310a5fde04afe1c6fe 100644 (file)
@@ -23,10 +23,11 @@ if (@list == 0) {
                $lines = @$lref if $lref;
                my $count = $ref->count;
                my $to = $ref->to;
+               my $from = $ref->from;
                my $lastt = $ref->lastt ? " Last Processed: " . cldatetime($ref->lastt) : "";
                my $waitt = $ref->waitt ? " Waiting since: " . cldatetime($ref->waitt) : "";
                
-               push @out, " $call -> $to msg: $msgno stream: $stream Count: $count Lines: $lines$lastt$waitt";
+               push @out, "$from -> $to msg: $msgno stream: $stream Count: $count Lines: $lines$lastt$waitt";
        }
 } else {
        foreach my $msgno (@list) {
index 238bf1b3ddba2a5898d276b0d4d6d307c26438af..fb9e962fa8151ab6bf9015b22087403a8165c65f 100644 (file)
@@ -69,10 +69,10 @@ $importfn = "$msgdir/import";       # import directory
                  to => '0,To',
                  from => '0,From',
                  t => '0,Msg Time,cldatetime',
-                 private => '5,Private',
+                 private => '5,Private,yesno',
                  subject => '0,Subject',
                  linesreq => '0,Lines per Gob',
-                 rrreq => '5,Read Confirm',
+                 rrreq => '5,Read Confirm,yesno',
                  origin => '0,Origin',
                  lines => '5,Data',
                  stream => '9,Stream No',