/[imapfilter]/imapfilter/config
ViewVC logotype

Diff of /imapfilter/config

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

revision 1.4 by lefcha, Mon Jan 14 18:12:38 2002 UTC revision 1.5 by lefcha, Fri Jan 25 17:10:17 2002 UTC
# Line 35  do Line 35  do
35      mandir=$OPTARG      mandir=$OPTARG
36      ;;      ;;
37    o)    o)
38      typeset $OPTARG      head=`echo $OPTARG | cut -d= -f1`
39        body=`echo $OPTARG | cut -d= -f2`
40        if [ $head = "debug" ]
41        then
42          if [ $body = "yes" ]; then debug="yes"
43          elif [ $body = "no" ]; then debug="no"
44          fi
45        elif [ $head = "checkperms" ]
46        then
47          if [ $body = "yes" ]; then checkperms="yes"
48          elif [ $body = "no" ]; then checkperms="no"
49          fi
50        elif [ $head = "ssl" ]
51        then
52          if [ $body = "yes" ]; then ssl="yes"
53          elif [ $body = "no" ]; then ssl="no"
54          fi
55        fi  
56      ;;      ;;
57    i)    i)
58      interactive="yes"      interactive="yes"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26