Don't remove empty mailbox files/maildirs.
[usenet/usevote.git] / UVreadmail.pm
index ac1b843..35dda15 100644 (file)
@@ -145,6 +145,7 @@ sub process {
                 access => 'rw',
                 type   => $config{mailboxtype},
                 expand => 'LAZY',
                 access => 'rw',
                 type   => $config{mailboxtype},
                 expand => 'LAZY',
+                remove_when_empty => 0,
               );
     };
     die UVmessage::get("READMAIL_NOMAILFILE", (FILE => $readfilename)) . "\n\n" if $@;
               );
     };
     die UVmessage::get("READMAIL_NOMAILFILE", (FILE => $readfilename)) . "\n\n" if $@;
This page took 0.010364 seconds and 4 git commands to generate.