mirror of
https://github.com/Mailu/Mailu.git
synced 2025-05-31 23:10:01 +02:00
Merge pull request #819 from hoellen/move-spam-1
Mark messages as seen when reporting them as spam
This commit is contained in:
commit
520ebbb97d
@ -78,6 +78,7 @@ v1.6.0 - unreleased
|
||||
- Enhancement: Update documentation
|
||||
- Enhancement: Include favicon package ([#801](https://github.com/Mailu/Mailu/issues/801), ([#802](https://github.com/Mailu/Mailu/issues/802))
|
||||
- Enhancement: Add logging at critical places in python start.py scripts. Implement LOG_LEVEL to control verbosity ([#588](https://github.com/Mailu/Mailu/issues/588))
|
||||
- Enhancement: Mark message as seen when reporting as spam
|
||||
- Upstream: Update Roundcube
|
||||
- Upstream: Update Rainloop
|
||||
- Bug: Rainloop fails with "domain not allowed" ([#93](https://github.com/Mailu/Mailu/issues/93))
|
||||
|
@ -1,3 +1,5 @@
|
||||
require "imap4flags";
|
||||
require "vnd.dovecot.execute";
|
||||
|
||||
setflag "\\seen";
|
||||
execute :pipe "spam";
|
||||
|
Loading…
x
Reference in New Issue
Block a user