main dotfiles / bin / mailsync
Eric Bower  ·  2026-06-16
1#!/usr/bin/env sh
2
3echo "Syncing imap mail"
4mbsync -a -V -q
5
6exit 0