refactor: Remove unused FolderMeaning::Drafts

This commit is contained in:
iequidoo
2025-09-16 05:50:57 -03:00
committed by iequidoo
parent 2260156c40
commit 2dde286d68
2 changed files with 1 additions and 28 deletions

View File

@@ -73,7 +73,6 @@ impl Imap {
// Don't scan folders that are watched anyway
if !watched_folders.contains(&folder.name().to_string())
&& folder_meaning != FolderMeaning::Drafts
&& folder_meaning != FolderMeaning::Trash
&& folder_meaning != FolderMeaning::Unknown
{