Don't remove empty mailbox files/maildirs.

Picked from upstream.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2014-02-16 13:36:07 +01:00
parent 98343f2272
commit 52a699fdc7
2 changed files with 4 additions and 0 deletions

View file

@ -145,6 +145,7 @@ sub process {
access => 'rw',
type => $config{mailboxtype},
expand => 'LAZY',
remove_when_empty => 0,
);
};
die UVmessage::get("READMAIL_NOMAILFILE", (FILE => $readfilename)) . "\n\n" if $@;