diff --git a/app/views/dmails/index.html.erb b/app/views/dmails/index.html.erb
index 4f1242d52..6c75d0729 100644
--- a/app/views/dmails/index.html.erb
+++ b/app/views/dmails/index.html.erb
@@ -22,7 +22,7 @@
<% end %>
<% end %>
<% t.column "To" do |dmail| %>
- <%= link_to_user dmail.from %>
+ <%= link_to_user dmail.to %>
<% end %>
<% t.column "Subject" do |dmail| %>
<% if dmail.filtered? %>