From a12f7affba13be2f8e8e930f749c9004de4b524d Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sat, 4 Apr 2015 14:22:28 +0000 Subject: [PATCH] menu.conf: - change fetchmail links to list.php and edit.php git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1764 a1433add-5e2c-0410-b055-b7f2511e0802 --- configs/menu.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/menu.conf b/configs/menu.conf index a670a1c5..cc35fa42 100644 --- a/configs/menu.conf +++ b/configs/menu.conf @@ -12,8 +12,8 @@ url_create_mailbox = edit.php?table=mailbox url_create_alias = edit.php?table=alias url_create_alias_domain = edit.php?table=aliasdomain # fetchmail -url_fetchmail = fetchmail.php -url_fetchmail_new_entry = fetchmail.php?new=1 +url_fetchmail = list.php?table=fetchmail +url_fetchmail_new_entry = edit.php?table=fetchmail # sendmail url_sendmail = sendmail.php url_broadcast_message = broadcast-message.php