projects
/
usenet
/
usevote.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't remove empty mailbox files/maildirs.
[usenet/usevote.git]
/
UVreadmail.pm
diff --git
a/UVreadmail.pm
b/UVreadmail.pm
index
ac1b843
..
35dda15
100644
(file)
--- a/
UVreadmail.pm
+++ b/
UVreadmail.pm
@@
-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 $@;
This page took
0.01019 seconds
and
4
git commands to generate.