mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
Don't watch Sent folder by default
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
### Fixes
|
||||
- run migrations on backup import #3006
|
||||
|
||||
### Changes
|
||||
- don't watch Sent folder by default #3025
|
||||
|
||||
|
||||
## 1.71.0
|
||||
|
||||
|
||||
@@ -335,8 +335,8 @@ char* dc_get_blobdir (const dc_context_t* context);
|
||||
* 1=send a copy of outgoing messages to self.
|
||||
* Sending messages to self is needed for a proper multi-account setup,
|
||||
* however, on the other hand, may lead to unwanted notifications in non-delta clients.
|
||||
* - `sentbox_watch`= 1=watch `Sent`-folder for changes (default),
|
||||
* 0=do not watch the `Sent`-folder,
|
||||
* - `sentbox_watch`= 1=watch `Sent`-folder for changes,
|
||||
* 0=do not watch the `Sent`-folder (default),
|
||||
* changes require restarting IO by calling dc_stop_io() and then dc_start_io().
|
||||
* - `mvbox_move` = 1=detect chat messages,
|
||||
* move them to the `DeltaChat` folder,
|
||||
|
||||
@@ -65,7 +65,7 @@ pub enum Config {
|
||||
#[strum(props(default = "1"))]
|
||||
MdnsEnabled,
|
||||
|
||||
#[strum(props(default = "1"))]
|
||||
#[strum(props(default = "0"))]
|
||||
SentboxWatch,
|
||||
|
||||
#[strum(props(default = "1"))]
|
||||
|
||||
Reference in New Issue
Block a user