Skip to content

Commit

Permalink
UIDonly: this whole suite needs component sieve
Browse files Browse the repository at this point in the history
  • Loading branch information
elliefm committed Sep 15, 2024
1 parent e49f799 commit 3af4cb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cassandane/Cassandane/Cyrus/UIDonly.pm
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,15 @@ sub new

$config->set(conversations => 'yes');

return $class->SUPER::new({
my $self = $class->SUPER::new({
config => $config,
deliver => 1,
adminstore => 1,
services => [ 'imap', 'sieve' ]
}, @args);

$self->needs('component', 'sieve');
return $self;
}

sub set_up
Expand Down

0 comments on commit 3af4cb2

Please sign in to comment.