Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Marked Read

0 views
Skip to first unread message

John Zigrang

unread,
Apr 15, 2011, 1:19:46 PM4/15/11
to
I am trying to set a rule that will move an email being sent to an archive folder.
I would like the content of that folder to always have the Flagged as Read.

I did a rule for the account:

If Return-Path = na...@domain.com Then
Store In ~na...@domaion.com/Sent Archive // this works.
Mark Flagged, Read // this does not.

This is in setting/Mail/rules/name

John Zigrang
JTZ


#############################################################
This message is sent to you because you are subscribed to
the mailing list <CGat...@mail.stalker.com>.
To unsubscribe, E-mail to: <CGateP...@mail.stalker.com>
To switch to the DIGEST mode, E-mail to <CGatePr...@mail.stalker.com>
To switch to the INDEX mode, E-mail to <CGatePr...@mail.stalker.com>
Send administrative queries to <CGatePro...@mail.stalker.com>

Nicolas Hatier

unread,
Apr 15, 2011, 4:04:04 PM4/15/11
to
To set as Read, you will do

Mark Read

To set both as Read and Flagged, you will do

Mark Flagged,Read

without a space after the comma.

Then, if you want to Move a message you will have to use both Store In and Discard. Store In alone only makes a copy.

In short:
Condition: Return-Path is na...@domain.com
Actions:
	Mark  	 Flagged,Read
	Store In ~na...@domaion.com/Sent Archive
	Discard

NH

Nicolas Hatier, ing. <nicolas...@niversoft.com>
Niversoft idées logicielles - http://www.niversoft.com

John Zigrang

unread,
Apr 17, 2011, 2:13:15 PM4/17/11
to
Thanks, that took care of this issue.
0 new messages