mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 18:11:03 +01:00
Added suffix to raw message files
This commit is contained in:
@@ -245,7 +245,7 @@ public class EntityMessage implements Serializable {
|
||||
File dir = new File(context.getFilesDir(), "raw");
|
||||
if (!dir.exists())
|
||||
dir.mkdir();
|
||||
return new File(dir, Long.toString(id));
|
||||
return new File(dir, id + ".eml");
|
||||
}
|
||||
|
||||
static void snooze(Context context, long id, Long wakeup) {
|
||||
|
||||
Reference in New Issue
Block a user