Vsync is a small CLI wrapper around vomit-sync. It aims to provide access to all functions that vomit-sync offers. Currently, syncing a local maildir and a remote IMAP mailbox in both directions is supported. Vsync has to be run periodically to keep the two synchronized.
NOTE: until vsync has reached version 1.0 it has to be considered experimental, and it is entirely possible that it will delete your email!
Here is some quick steps to hopefully avoid that:
--force
option is used vsync --pull
, it will
not touch your remote mailboxvsync --list
and inspect the
resultvsync --pull
once (potentially undoing some local
changes) to get back to a clean stateReach out to the mailing list if you have questions.
For more usage information, see the man page.
vsync uses vomit-config, which means the default configuration file
location is $XDG_CONFIG_DIR/vomit/config.toml
(usually
~/.config/vomit/config.toml
).
Example configuration file:
``` [myaccount] local = "~/.maildir" remote = "imap.example.com:993" user = "myusername" pass-cmd = "pass show mail/myaccount"
```
Both vomit-sync and vsync are part of the Vomit project.
Please send patches to the vomit mailing list.
The mailing list is open for all kinds of feedback, questions, and discussions.