This commit is contained in:
Nick Bebout 2020-04-10 18:15:57 -05:00
parent 93b917b12b
commit 1d08afaba6
139 changed files with 27179 additions and 6213 deletions

13
examples/imapsync_example.sh Normal file → Executable file
View file

@ -1,5 +1,5 @@
#!/bin/sh
# $Id: imapsync_example.sh,v 1.6 2016/01/21 03:35:15 gilles Exp gilles $
# $Id: imapsync_example.sh,v 1.7 2019/11/06 09:58:42 gilles Exp gilles $
# imapsync example shell for Unix users
# lines beginning with # are just comments
@ -46,3 +46,14 @@
--automap --justfolders --dry "$@"
# Warning to Mac users using the binary imapsync_bin_Darwin,
# this example is not ready to play.
# You have replace the command above
# ./imapsync
# by
# ./imapsync_bin_Darwin
#
# an easier way is to use the ready to use example script named
# examples/imapsync_example_darwin.sh
#