6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/17/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#1292] ingo unable to create "deliver to inbox and second folder AND tag the message as seen" type rules
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.. . __. __..__ | ||\ |(__ (__ [__) |__\| \|.__).__)[__)
Comment
> 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?
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers