#!/bin/bash notmuch new; notmuch tag +bugzilla 'to:bugwatcher@example.com'; notmuch tag -inbox -unread 'to:bugwatcher@example.com and not subject:New'; notmuch tag +sent -inbox -unread 'from:adam@example.com'; notmuch tag +sent -inbox -unread 'folder:Sent Items'; notmuch tag +qa 'to:qa@example.com';