diff --git a/src/com/fsck/k9/k9.java b/src/com/fsck/k9/k9.java index d53e42490..9d745d21b 100644 --- a/src/com/fsck/k9/k9.java +++ b/src/com/fsck/k9/k9.java @@ -64,14 +64,13 @@ public class k9 extends Application { * The MIME type(s) of attachments we're willing to download to SD. */ public static final String[] ACCEPTABLE_ATTACHMENT_DOWNLOAD_TYPES = new String[] { - "image/*", + "*/*", }; /** * The MIME type(s) of attachments we're not willing to download to SD. */ public static final String[] UNACCEPTABLE_ATTACHMENT_DOWNLOAD_TYPES = new String[] { - "image/gif", }; /**