Explorar el Código

[mail] Sync with mail jail, not rhea

Colin Powell hace 4 años
padre
commit
989005bec9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/.bin/syncmail

+ 1 - 1
bin/.bin/syncmail

@@ -1,5 +1,5 @@
 #!/bin/sh
 notmuch search --output=files tag:deleted | xargs -r rm
 notmuch new
-muchsync rhea.local
+muchsync mail.local
 exit 0