Commit 061aefa
committed
exmdb, emsmdb: enable softdelete by default
Historically, Gromox could only do harddeletes in private stores.
Since about gromox-2.0-76-g9c860fca2, private stores are able to
record such a "softdelete" flag. The default configuration was still
set to exmdb_private_folder_softdelete=0, i.e. all requests for
object soft deletion would be treated as hard deletions. Except: that
did not consistently happen, and private stores could amass softdel
messages even if disabled by the admin. The situation only changed
with gromox-2.48-120-gcc78fbdfa where this defect was closed; since
then, exmdb_private_folder_softdelete=0 meant harddeletes.
In other words, softdel was exercised by the userbase already (even
if by accident) and since cc78fbd, that seemed to no longer work.
Change the default config setting for softdeletions for real now.
(This influences a future development, which now has to consider the
presence of Gromox-2.0-style softdel messages. That's all.)
References: GXL-3621 parent d5eef7c commit 061aefa
File tree
4 files changed
+4
-4
lines changed- doc
- exch
- emsmdb
- exmdb
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments