Remove stale link to old auto-forward settings. Fixes #450

Also update a reference to 'smtp' to use HOST_AUTHSMTP
This commit is contained in:
Scott
2018-04-14 16:47:41 -05:00
parent db0cd8efb4
commit e5c25c395f
2 changed files with 1 additions and 2 deletions

View File

@@ -32,7 +32,6 @@
</td>
<td>
<a href="{{ url_for('.user_settings', user_email=user.email) }}" title="{% trans %}Settings{% endtrans %}"><i class="fa fa-wrench"></i></a>&nbsp;
<a href="{{ url_for('.user_forward', user_email=user.email) }}" title="{% trans %}Auto-forward{% endtrans %}"><i class="fa fa-share"></i></a>&nbsp;
<a href="{{ url_for('.user_reply', user_email=user.email) }}" title="{% trans %}Auto-reply{% endtrans %}"><i class="fa fa-plane"></i></a>&nbsp;
<a href="{{ url_for('.fetch_list', user_email=user.email) }}" title="{% trans %}Fetched accounts{% endtrans %}"><i class="fa fa-download"></i></a>&nbsp;
</td>