diff options
author | Kali Kaneko <kali@leap.se> | 2014-01-13 13:20:00 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-01-13 13:20:00 -0400 |
commit | 625a937ad5ea09fec27e8667f995c7371e20b23f (patch) | |
tree | 7ff6844bd5d81e6cf881ad3efaab21fbd1af9753 /mail/changes | |
parent | 8ba2ece2d03537af2d9ec719160aeafaea4486b4 (diff) |
Add check for uniqueness when adding mails.
Check by mbox + content-hash
Diffstat (limited to 'mail/changes')
-rw-r--r-- | mail/changes/bug_4949-check-fdoc-uniqueness | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/changes/bug_4949-check-fdoc-uniqueness b/mail/changes/bug_4949-check-fdoc-uniqueness new file mode 100644 index 0000000..bf49d1f --- /dev/null +++ b/mail/changes/bug_4949-check-fdoc-uniqueness @@ -0,0 +1,2 @@ + o Check for flags doc uniqueness before adding a message. Avoids duplicates of + a single message in the same mailbox while copying or moving. Closes: #4949 |