Remove sieve to enable hardlink deduplication in LMTP

LMTP does not deduplicate messages
if sieve plugin is used.

We don't check for Auto-Submitted header anymore
as iOS application has a notification service
and should not display "You have a new message".
This commit is contained in:
link2xt
2024-07-05 17:02:21 +00:00
parent b1d11d7747
commit 969fdd7995
5 changed files with 8 additions and 36 deletions

View File

@@ -21,6 +21,10 @@
- filtermail: do not allow ASCII armor without actual payload
([#325](https://github.com/deltachat/chatmail/pull/325))
- Remove sieve to enable hardlink deduplication in LMTP
([#343](https://github.com/deltachat/chatmail/pull/343))
## 1.3.0 - 2024-06-06
- don't check necessary DNS records on cmdeploy init anymore