mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-07 21:25:23 +02:00
1.977
This commit is contained in:
parent
93b917b12b
commit
1d08afaba6
139 changed files with 27179 additions and 6213 deletions
13
examples/imapsync_example.sh
Normal file → Executable file
13
examples/imapsync_example.sh
Normal file → Executable 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
|
||||
#
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue