diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 862c4f417..53cadc3a1 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/src/com/fsck/k9/k9.java b/src/com/fsck/k9/k9.java index d0806e115..be8053850 100644 --- a/src/com/fsck/k9/k9.java +++ b/src/com/fsck/k9/k9.java @@ -41,7 +41,7 @@ public class k9 extends Application { * with Intent.ACTION_SEND. */ public static final String[] ACCEPTABLE_ATTACHMENT_SEND_TYPES = new String[] { - "image/*", + "*/*", }; /** @@ -64,7 +64,7 @@ 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/*", + "*/*", }; /**