Skip to content

Commit

Permalink
Saving of attachments disabled (needs fixing of new popups API)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pozhidaev committed Dec 22, 2015
1 parent 7802704 commit 32ba081
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/luwrain/app/mail/Base.java
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ boolean onFolderUniRefQuery(ObjectUniRefQuery query, FolderWrapper wrapper)

boolean saveAttachment(String fileName)
{
/*
if (currentMessage == null)
return false;
File destFile = new File(luwrain.launchContext().userHomeDirAsFile(), fileName);
Expand All @@ -304,6 +305,7 @@ boolean saveAttachment(String fileName)
return false;
}
luwrain.message("Файл " + destFile.getAbsolutePath() + " успешно сохранён", Luwrain.MESSAGE_OK);
*/
return true;
}

Expand Down

0 comments on commit 32ba081

Please sign in to comment.