50f1fe2 dotfiles / bin / mailsync
Eric Bower  ·  2024-08-24
1#!/usr/bin/env bash
2
3echo "Syncing imap mail"
4mbsync -a -V -q
5
6exit 0