mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Concept forward multiple
This commit is contained in:
@@ -441,6 +441,10 @@ public class EntityMessage implements Serializable {
|
||||
}
|
||||
|
||||
File getRawFile(Context context) {
|
||||
return getRawFile(context, id);
|
||||
}
|
||||
|
||||
static File getRawFile(Context context, Long id) {
|
||||
File dir = new File(context.getFilesDir(), "raw");
|
||||
if (!dir.exists())
|
||||
dir.mkdir();
|
||||
|
||||
Reference in New Issue
Block a user