mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-11 23:24:30 +02:00
1.129
This commit is contained in:
parent
5baaef6bd5
commit
ec6a0c4d01
7 changed files with 78 additions and 17 deletions
19
tests.sh
19
tests.sh
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $Id: tests.sh,v 1.36 2005/05/09 04:22:44 gilles Exp $
|
||||
# $Id: tests.sh,v 1.37 2005/05/19 01:50:02 gilles Exp $
|
||||
|
||||
#### Shell pragmas
|
||||
|
||||
|
@ -130,6 +130,22 @@ lp_folder() {
|
|||
fi
|
||||
}
|
||||
|
||||
lp_buffersize() {
|
||||
if test X`hostname` = X"plume"; then
|
||||
echo3 Here is plume
|
||||
./imapsync \
|
||||
--host2 plume --user2 tata@est.belle \
|
||||
--passfile2 /var/tmp/secret.tata \
|
||||
--host1 loul --user1 tata \
|
||||
--passfile1 /var/tmp/secret.tata \
|
||||
--buffersize 8
|
||||
else
|
||||
:
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
|
||||
lp_justfolders() {
|
||||
if test X`hostname` = X"plume"; then
|
||||
echo3 Here is plume
|
||||
|
@ -596,6 +612,7 @@ test $# -eq 0 && run_tests \
|
|||
loulplume \
|
||||
plumeloul \
|
||||
lp_folder \
|
||||
lp_buffersize \
|
||||
pl_folder \
|
||||
pl_folder_qqq \
|
||||
lp_internaldate \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue