[Dovecot] Message flags
Lance Cotton
lcotton at securecms.com
Tue Aug 30 18:01:24 EEST 2011
On 8/30/2011 9:48 AM, Ralf Hildebrandt wrote:
> How do I set message flags in sieve rules in such a way that e.g.
> Thunderbird is displaying the mail as "important"? Is there a list of
> hwo flags are interpreted by different IMAP clients?
The wiki:
http://wiki2.dovecot.org/Pigeonhole/Sieve/Examples
addflag "$label1"; # ie 'Important'/red label within Thunderbird
# Other flags:
# addflag "$label1"; # Important: #ff0000 => red
# addflag "$label2"; # Work: #ff9900 => orange
# addflag "$label3"; # personal: #009900 => green
# addflag "$label4"; # todo: #3333ff => blue
# addflag "$label5"; # later: #993399 => violet
--
Lance Cotton
More information about the dovecot
mailing list