6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
notmuch search --output=files tag:deleted | xargs -r rm
|
|
notmuch new
|
|
muchsync mail.local
|
|
exit 0
|