update_email.fish 137 B

123456
  1. function update_email
  2. notmuch search --output=files tag:deleted | tr '\n' '\0' | xargs -0 -L 1 rm
  3. notmuch new
  4. mbsync -a
  5. notmuch new
  6. end