Gmail – Make Gmail Messages Disappear from a Label After They Are Read

gmailgmail-labels

I have a filter on my Gmail account that puts messages from certain email addresses under a label "Job" omitting the "Received".

Is it possible to make these messages appear also in "Received" until I read them? (then they should only appear in "Job")

UPDATE

Filtered emails flow:

gmail > Job label [it doesn't show up in Received]

Desired flow:

gmail > Received [stays here until I read it] > [I read the message] > Job [no longer shows up in Received]

Best Answer

Strictly with filters, no.

You can approximate this by using the Multiple Inboxes feature.

Make the query string for one of the inbox panes something like this:

label:Job is:unread

You should also be able to do the counterpart to that:

label:Job -is:unread

The - is a NOT operator.

With this you should have two special inboxes (that appear in addition to your regular inbox), one with messages labeled "Job" that haven't been read, and the other labeled "Job" where they have been read.