This commit is contained in:
Nick Bebout 2011-03-12 02:44:26 +00:00
parent e5636b5d0c
commit f79724c166
9 changed files with 124 additions and 23 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# $Id: tests.sh,v 1.52 2006/04/02 03:32:55 gilles Exp $
# $Id: tests.sh,v 1.53 2006/06/08 00:53:21 gilles Exp $
#### Shell pragmas
@ -685,6 +685,25 @@ flags()
fi
}
regex_flag()
{
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.yop.yap \
--dry --debug --regexflag 's/\\Answered//g'
echo 'rm /home/vmail/tata/.yop.yap/cur/*'
else
:
fi
}
lp_ssl() {
if test X`hostname` = X"plume"; then