#!/bin/bash

export NOTMUCH_CONFIG=/tmp/.notmuch-config
notmuch new
notmuch tag +spam +certaintag -- mid:test23@example.com
emacs -L "$(locate notmuch/emacs/notmuch.el | head -n 1 | sed -e 's/notmuch.el//')" -Q --eval "(require 'notmuch)" -f notmuch-hello
