Skip to content

Commit

Permalink
Fix to consider Maildir storage format #62
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Oct 26, 2020
1 parent 89b5258 commit ced7745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailbox/mailbox-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ sub list_folders
# is ignored
next if (!-d $p);
}
push(@rv, { 'name' => $name,
push(@rv, { 'name' => decode_utf7($name),
'file' => $p,
'type' => &folder_type($p),
'perpage' => $userconfig{"perpage_$f"},
Expand Down

0 comments on commit ced7745

Please sign in to comment.