/[imapfilter]/imapfilter/config
ViewVC logotype

Diff of /imapfilter/config

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by lefcha, Fri Nov 9 16:55:48 2001 UTC revision 1.2.2.1 by lefcha, Fri Jan 25 16:55:09 2002 UTC
# Line 33  do Line 33  do
33      mandir=$OPTARG      mandir=$OPTARG
34      ;;      ;;
35    o)    o)
36      typeset $OPTARG      head=`echo $OPTARG | cut -d= -f1`
37        body=`echo $OPTARG | cut -d= -f2`
38        if [ $head = "debug" ]
39        then
40          if [ $body = "yes" ]; then debug="yes"
41          elif [ $body = "no" ]; then debug="no"
42          fi
43        elif [ $head = "checkperms" ]
44        then
45          if [ $body = "yes" ]; then checkperms="yes"
46          elif [ $body = "no" ]; then checkperms="no"
47          fi
48        elif [ $head = "ssl" ]
49        then
50          if [ $body = "yes" ]; then ssl="yes"
51          elif [ $body = "no" ]; then ssl="no"
52          fi
53        fi
54      ;;      ;;
55    i)    i)
56      interactive="yes"      interactive="yes"

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26