Rename email checking fish function #fishshell

This commit is contained in:
Colin Powell
2019-04-08 15:27:17 -04:00
parent ea2c30aebc
commit e586e10fb9

View File

@ -1,6 +1,6 @@
function update_email
function checkmail
notmuch search --output=files tag:deleted | tr '\n' '\0' | xargs -0 -L 1 rm
notmuch new
mbsync -a
notmuch new
notmuch new
mbsync -a
notmuch new
end