1#!/usr/bin/env bash
2
3set -e
4
5# archive messages from myself
6notmuch tag -new -- tag:new and from:kyle@fuller.li
7
8# tag sent messages
9notmuch tag +sent -- from:kyle@fuller.li and not tag:sent
10
11notmuch tag -new +inbox +unread -- tag:new