mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
5 lines
142 B
Bash
5 lines
142 B
Bash
|
#!/bin/sh
|
||
|
notmuch new
|
||
|
notmuch tag +inbox -new -- tag:new
|
||
|
notmuch tag -new -inbox +sent -- from:alrayyes@gmail.com or from:ryan@andthensome.nl
|