Loading mail/protocols/imap/src/main/java/com/fsck/k9/mail/store/imap/FolderNotFoundException.java +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ public class FolderNotFoundException extends MessagingException { public FolderNotFoundException(String folderServerId) { super("Folder not found: " + folderServerId); super("Folder not found: " + folderServerId, true); this.folderServerId = folderServerId; } Loading Loading
mail/protocols/imap/src/main/java/com/fsck/k9/mail/store/imap/FolderNotFoundException.java +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ public class FolderNotFoundException extends MessagingException { public FolderNotFoundException(String folderServerId) { super("Folder not found: " + folderServerId); super("Folder not found: " + folderServerId, true); this.folderServerId = folderServerId; } Loading