Skip to content

Commit

Permalink
Show space saved per entry in email report.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettryan committed Sep 24, 2012
1 parent 42601a0 commit ab31582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>com.drunkendev.confluence.plugins</groupId>
<artifactId>attachment-tools-plugin</artifactId>
<name>Attachment Tools Plugin</name>
<version>1.0</version>
<version>1.0.1</version>

<properties>
<confluence.version>4.3</confluence.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ private void mailResultsHtml(Map<String, List<MailLogEntry>> mailEntries1) throw
.append(a.getDisplayTitle()).append("</a>");
sb.append("</td>");

sb.append("<td>").append(a.getNiceFileSize()).append("</td>");
sb.append("<td>").append(me.getSpaceSavedPretty()).append("</td>");

//sb.append("<td>").append(me.isGlobalSettings() ? "Yes" : "No").append("</td>");
sb.append("<td>").append(a.getAttachmentVersion()).append("</td>");
Expand Down

0 comments on commit ab31582

Please sign in to comment.