diff --git a/src/com/fsck/k9/mail/store/ImapResponseParser.java b/src/com/fsck/k9/mail/store/ImapResponseParser.java index f71951ddf..feade9afc 100644 --- a/src/com/fsck/k9/mail/store/ImapResponseParser.java +++ b/src/com/fsck/k9/mail/store/ImapResponseParser.java @@ -324,7 +324,7 @@ public class ImapResponseParser { * Represents an IMAP list response and is also the base class for the * ImapResponse. */ - public class ImapList extends ArrayList { + public static class ImapList extends ArrayList { private static final long serialVersionUID = -4067248341419617583L; public ImapList getList(int index) {