Don't remove empty mailbox files/maildirs.
Picked from upstream. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
98343f2272
commit
52a699fdc7
2 changed files with 4 additions and 0 deletions
|
|
@ -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 $@;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue