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