Enable saving all attachments to SD

This commit is contained in:
Jesse Vincent 2008-11-03 06:46:13 +00:00
parent 43adde216c
commit 9838849b21
1 changed files with 1 additions and 2 deletions

View File

@ -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",
};
/**