ports/mail/websieve/files/patch-websieve.pl
Muhammad Moinur Rahman 557d59ddfa mail/websieve: Remove EOL Dependencies
- Remove EOLed unsupported cyrus-imapd versions
- Pet portclippy
- Refresh patches
- Utilize OPTIONSNG to reduce clutters
2023-09-20 14:10:09 +02:00

11 lines
430 B
Perl

--- websieve.pl.orig 2023-09-20 11:39:29 UTC
+++ websieve.pl
@@ -640,7 +640,7 @@ sub getuserinfo {
#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;