From 9838849b212c9ce97cdda31fcd7d8c05df338f53 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 3 Nov 2008 06:46:13 +0000 Subject: [PATCH] Enable saving all attachments to SD --- src/com/fsck/k9/k9.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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", }; /**