Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 3770d513 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #4763 from k9mail/missing_folder

Make trying to open a non-existent folder a permanent error
parents 1673b424 9100438b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ public class LocalFolder {
                            }
                        } else {
                            throw new MessagingException("LocalFolder.open(): Folder not found: " +
                                    serverId + " (" + databaseId + ")");
                                    serverId + " (" + databaseId + ")", true);
                        }
                    } catch (MessagingException e) {
                        throw new WrappedException(e);