Index: app/views/account/show.rhtml =================================================================== --- app/views/account/show.rhtml (revision 2034) +++ app/views/account/show.rhtml (working copy) @@ -5,7 +5,7 @@

<%= avatar @user %> <%=h @user.name %>

-<%= mail_to(h(@user.mail)) unless @user.pref.hide_mail %> +<%= mail_to(h(@user.mail.sub('@','__@_'))) unless @user.pref.hide_mail %>