2013-09-03 11:41 keltezéssel, Anna Christina Naß írta:
Am 02.09.2013 17:35, schrieb Szládovics Péter:

Hallo Péter,

But I did not find a way to say
... fileinto :copy "Alle Mails" (like RFC 3894 tells)
... removeflag "\\Seen"

Does anyone have an idea on how to implement this using SOGo?

Or should I file a feature request for ":copy" or "removeflag"?

Hi Anna Christina,

This is your needed sieve script:

# --------------------
require ["fileinto","imap4flags"];
fileinto "INBOX";
addflag "\\Seen";
fileinto "Alle Mails";
stop;
# --------------------

Cheers,
Péter

Thanks a lot, that did the trick :)

Nevertheless, adding an option for "removeflag" and ":copy" to the Web GUI would be nice :)

You're welcome :)
--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to