Skip to content

Commit

Permalink
Use upper-case name Spam
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Jun 17, 2024
1 parent fb7e011 commit 359a240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mailbox/mailbox-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,7 @@ sub list_folders
# In IMAP mode, the first folder named spam is marked
my ($sf) = grep { $_->{'name'} =~ /^\.?spam$/i } @rv;
if ($sf) {
$sf->{'name'} = "Spam";
$sf->{'spam'} = 1;
}
}
Expand Down

0 comments on commit 359a240

Please sign in to comment.