Syncs the local mail dir letting the remote one untouched
smd-pull [-d|--dry-run] [-v|--verbose] [-s|--show-tags] [-t|--template-only] [-n|--no-delete] [endpoint]
smd-pull performs in the local maildir all the changes that were performed on remote one.
No changes are made on the remote maildir. Use smd-push(1) for that.
Refer to smd-config(5) for the configuration file format.
-v --verbose Verbose output
-s --show-tags Machine readable output
-d --dry-run Do not perform any action for real
-n --no-delete Do not propagate deletions
-t --template-only Just create a template configuration file if none
endpoint Is the suffix for the name of the configuration file to use. If it is omitted, the configuration file ~/.smd/config.default is used.
~/.smd/config.* ~/.smd/hooks/pre-pull.d/ ~/.smd/hooks/post-pull.d/
Enrico Tassi <[email protected]>