ietf-mta-filters
[Top] [All Lists]

Re: draft-melnikov-sieve-imapflags-03.txt

2000-08-24 10:21:39
--On 08/24/00 12:12:10 -0400 Ken Murchison <ken(_at_)oceana(_dot_)com> wrote:

Ooh, I kind of like this!  So the flags specified with :flags would be
the only ones set for that message (as opposed to the union of :flags
and the globals), correct?  What if we have some global flags set, but
want to fileinto/keep WITHOUT any flags?  Would we do this with
something like:

keep :flags [];         or
keep :flags "";               or
keep :flags "None";

We could opt for an IMAP like syntax here:

keep :flags+ [...]  - stored flags are global flags with additional flags

keep :flags- [...]  - stored flags are global flags with some removed

keep :flags [...] - stored flags are only those listed - global flags are ignored

--
Cyrus Daboo