* set max attachment size to 15Mb, which should be Enough For Everyone (tm)
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Mon, 14 Apr 2008 06:59:41 +0000 (06:59 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Mon, 14 Apr 2008 06:59:41 +0000 (06:59 +0000)
pmo-trunk-r4406

src/modest-defs.h

index b7c29ab..e514775 100644 (file)
  * condition
  */
 #define MODEST_MAX_LOW_MEMORY_MESSAGE_SIZE (25*1024)
-#define MODEST_MAX_ATTACHMENT_SIZE (12*1024*1024)
+#define MODEST_MAX_ATTACHMENT_SIZE (15*1024*1024)
 
 #endif /*__MODEST_DEFS_H__*/