1b109de1f4
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
3 lines
131 B
Bash
Executable file
3 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
notmuch search --output=files --format=text0 tag:spam or tag:deleted | xargs -0 --no-run-if-empty rm
|
|
notmuch new --quiet
|