mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 15:26:30 +03:00
feat: Revert "Don't fetch messages from unknown folders (#7190)"
This reverts commit 2260156c40. Some users still want to get messages
from all folders as reported by @gerryfrancis.
This commit is contained in:
@@ -74,7 +74,6 @@ impl Imap {
|
||||
// Don't scan folders that are watched anyway
|
||||
if !watched_folders.contains(&folder.name().to_string())
|
||||
&& folder_meaning != FolderMeaning::Trash
|
||||
&& folder_meaning != FolderMeaning::Unknown
|
||||
{
|
||||
self.fetch_move_delete(context, session, folder.name(), folder_meaning)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user