Initial commit
This excempts my two emacs configurations for spacemacs and doom-emacs. THere are still credentials in plaintext and I need to solve how to store those in git without the credentials.
This commit is contained in:
6
config/fish/functions/update_email.fish
Normal file
6
config/fish/functions/update_email.fish
Normal file
@ -0,0 +1,6 @@
|
||||
function update_email
|
||||
notmuch search --output=files tag:deleted | tr '\n' '\0' | xargs -0 -L 1 rm
|
||||
notmuch new
|
||||
mbsync -a
|
||||
notmuch new
|
||||
end
|
||||
Reference in New Issue
Block a user