Feature: Allow only important email to appear in the inbox
In order to regain control of email
As a email user
I want to prevent all email from appearing in my inbox except those that I deem important
Scenario: Divert all e-mail to a folder other than inbox
Given a GMail account with label "Other"
When a new email is received
And the email is not from a very important person
Then the email is not in the Inbox
And the email has label "Other"
Feature: Allow only important email to appear in the inbox
In order to regain control of email
As a email user
I want to prevent all email from appearing in my inbox except those that I deem important
Scenario: Divert all e-mail to a folder other than inbox