SusiMail: Thread the cache loading and email checking (ticket #2087)

Set Cache-Control header for attachments
Fix rotated attached images
Fix excess debug info in message view
This commit is contained in:
zzz
2018-02-12 14:26:19 +00:00
parent f13f4fcb6e
commit 012fb4cacf
12 changed files with 464 additions and 135 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 4;
public final static long BUILD = 5;
/** for example "-test" */
public final static String EXTRA = "";