diff --git a/app/views/mailconf/index.rhtml b/app/views/mailconf/index.rhtml
index ad9f6ef..96b1fd9 100644
--- a/app/views/mailconf/index.rhtml
+++ b/app/views/mailconf/index.rhtml
@@ -14,17 +14,23 @@
<% if profile.user.enable_email %>
-
-
<%= _("Disable e-Mail account below:") %>
- <%= profile.email_addresses.map{|i| content_tag('li', i)}.join("\n") %>
+ <%= ('E-mail address') %>
+
+ <%= profile.email_addresses.map{|i| content_tag('li', i)}.join("\n") %>
+
+ <%= _('Configuration') %>
+
+ -
+ <%= link_to _('Mail configuration for POP and IMAP'), 'http://www.ynternet.org/move/infos-technique-pour-utiliser-multypass-pop3-smtp-imap-ftp-quotas...' %>
+
+
<% button_bar do %>
- <%= button(:cancel, _('Disable e-Mail'), { :action => 'disable' }, :method => 'post') %>
<%= button :back, _('Back to control panel'), :controller => 'profile_editor' %>
<% end %>
<% else %>
- <%= _("Enable e-Mail account below:") %>
+ <%= _("Enable e-Mail account below:") %>
<%= profile.email_addresses.map{|i| content_tag('li', i)}.join("\n") %>
<%= _("You'll be able to access a webmail from your user menu.") %>
<% button_bar do %>
--
libgit2 0.21.2