mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-10 14:44:32 +02:00
1.107
This commit is contained in:
parent
2c60274596
commit
496c895c56
5 changed files with 60 additions and 15 deletions
20
tests.sh
20
tests.sh
|
@ -1,8 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
# $Id: tests.sh,v 1.29 2004/12/28 04:03:12 gilles Exp $
|
||||
# $Id: tests.sh,v 1.30 2004/12/28 23:22:02 gilles Exp $
|
||||
|
||||
# $Log: tests.sh,v $
|
||||
# Revision 1.30 2004/12/28 23:22:02 gilles
|
||||
# Added lp_justfolders()
|
||||
#
|
||||
# Revision 1.29 2004/12/28 04:03:12 gilles
|
||||
# Added lp_sep2()
|
||||
#
|
||||
|
@ -207,6 +210,21 @@ lp_folder() {
|
|||
fi
|
||||
}
|
||||
|
||||
lp_justfolders() {
|
||||
if test X`hostname` = X"plume"; then
|
||||
echo3 Here is plume
|
||||
./imapsync \
|
||||
--host2 plume --user2 tata@est.belle \
|
||||
--passfile2 /var/tmp/secret.tata \
|
||||
--folder INBOX.yop --folder INBOX.Trash \
|
||||
--host1 loul --user1 tata \
|
||||
--passfile1 /var/tmp/secret.tata \
|
||||
--justfolders
|
||||
else
|
||||
:
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
pl_folder_qqq() {
|
||||
if test X`hostname` = X"plume"; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue