--- websieve.pl.orig Tue Jul 6 21:20:09 2004 +++ websieve.pl Sat Sep 29 16:02:22 2007 @@ -640,7 +640,7 @@ #creates global variables $mode,@rules,@mailboxes,@quota and %vacation; # get quota @quota=&getquota("INBOX") if ($havequota || !$useprocmail); - if ($IMAPERROR =~ /no errors/i && !$ismanager && $IMAPERROR) { + if ($IMAPERROR !~ /no errors/i && !$ismanager && $IMAPERROR) { $error=$IMAPERROR; &closeimap; &closesieve; ink rel='vcs-git' href='https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/php56-interbase
Commit message (Expand)AuthorAgeFilesLines
* lang/php56: Update from 5.6.25 to 5.6.26tz2016-09-231-1/+0
* lang/php56: Update from 5.6.24 to 5.6.25tz2016-08-301-1/+1
* Don't use extension.ini any more, and have each extension install in itsmat2016-08-03