[Tickets #1292] NEW: ingo unable to create "deliver to inbox and
second folder AND tag the message as seen" type rules
bugs at bugs.horde.org
bugs at bugs.horde.org
Tue Feb 1 10:16:45 PST 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1292
-----------------------------------------------------------------------
Ticket | 1292
Created By | liamr at umich.edu
Summary | ingo unable to create "deliver to inbox and second folder AND tag the message as seen" type rules
Queue | Ingo
Version | 1.0.1
State | Unconfirmed
Priority | 1. Low
Type | Bug
Owners |
-----------------------------------------------------------------------
liamr at umich.edu (2005-02-01 10:16) wrote:
Another bit from our help desk..
I can use sieve to mark messages as "seen" and "deleted" and put them in my
inbox.
60: # example
61: if address :all :comparator "i;ascii-casemap" :contains "From"
"example.com" {
62: addflag ["\\Deleted", "\\Seen"];
63: keep;
64: removeflag ["\\Deleted", "\\Seen"];
65: }
I can use sieve to mark messages as "seen" and "deleted" and put them in
another
folder.
60: # example
61: if address :all :comparator "i;ascii-casemap" :contains "From"
"example.com" {
62: addflag ["\\Deleted", "\\Seen"];
63: fileinto "sort";
64: removeflag ["\\Deleted", "\\Seen"];
65: }
I can use sieve to deliver messages to my inbox *and* put them in another
folder..
60: # example
61: if address :all :comparator "i;ascii-casemap" :contains "From"
"example.com" {
62: keep;
63: fileinto "sort";
64: }
65:
but I am unsuccessful in getting it to mark them as "seen" and "deleted"
AND
deliver them to my inbox and another folder. All it does is the delivery,
not
the marking.
60: # example
61: if address :all :comparator "i;ascii-casemap" :contains "From"
"example.com" {
62: keep;
63: fileinto "sort";
64: }
65:
Is this a Sieve limitation, or is Ingo generating the rule incorrectly?
More information about the bugs
mailing list