This commit is contained in:
Nick Bebout 2011-03-12 02:44:25 +00:00
parent d34bdb8bd4
commit 25948aab90
7 changed files with 70 additions and 24 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# $Id: tests.sh,v 1.51 2006/03/30 02:22:56 gilles Exp $
# $Id: tests.sh,v 1.52 2006/04/02 03:32:55 gilles Exp $
#### Shell pragmas
@ -763,6 +763,21 @@ lp_authmech_CRAMMD5() {
fi
}
lp_delete2() {
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 \
--folder INBOX \
--delete2 --expunge2
else
:
fi
}
# mandatory tests