syncmail 94 B

123
  1. #!/bin/sh
  2. OUTPUT=$(script -c "muchsync mail.local > $(tty)")
  3. notify-send "New mail" "$OUTPUT"