removed restriction on having to have lines in a message for it to be
authordjk <djk>
Tue, 21 Sep 1999 22:00:59 +0000 (22:00 +0000)
committerdjk <djk>
Tue, 21 Sep 1999 22:00:59 +0000 (22:00 +0000)
stored

perl/DXMsg.pm

index 3262a44df98f7c13af304c97c8ece3d735154b0c..8c2e7c46aa3e3d8fb85a7ef45e3ec185e74c777e 100644 (file)
@@ -393,9 +393,9 @@ sub store
        my $lines = shift;
        
        # we only proceed if there are actually any lines in the file
-       if (!$lines || @{$lines} == 0) {
-               return;
-       }
+#      if (!$lines || @{$lines} == 0) {
+#              return;
+#      }
        
        if ($ref->{file}) {                     # a file
                dbg('msg', "To be stored in $ref->{to}\n");