mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-05 20:27:20 +02:00
1.175
This commit is contained in:
parent
e5636b5d0c
commit
f79724c166
9 changed files with 124 additions and 23 deletions
21
tests.sh
21
tests.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue