Opened 3 years ago
Last modified 2 years ago
#1487108 new Feature Patches
Makes managesieve able to flag emails as 'important'
| Reported by: | mnagl | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | Plugins | Version: | 0.3.1 |
| Severity: | normal | Keywords: | managesieve flag important |
| Cc: |
Description
This patch allows for the creation of sieve rules that flag eMails as important for Firefox as well as KMail/Roundcube.
I submitted this via eMail to the plugin author before, but probably the mail was lost as spam.
Attachments (1)
Change History (5)
Changed 3 years ago by mnagl
comment:1 Changed 3 years ago by alec
- Milestone changed from 0.5-beta to later
Is there a plugin which displays flags in Roundcube? I think, it should be implemented first.
comment:2 Changed 2 years ago by mnagl
- Milestone changed from later to 0.5-beta
The flags added by this patch are displayed by a standard-installation of roundcube out of the box (the mails are shown in red instead of black).
comment:3 Changed 2 years ago by alec
- Milestone changed from 0.5-beta to later
It sets \Flagged and $label1 flags. Roundcube core supports only \Flagged flag. Also, I think this is not right to set both.
comment:4 Changed 2 years ago by mnagl
You are right that it is not perfect to set both -- in fact it is a workaround to make it work for Thunderbird users. Probably it would be best to provide separate filter targets for both flag types.

Patch to add important flagging to the managesieve plugin