Fossil SCM
Removed the link to /setup_smtp from the main /admin page: the backing feature was removed [/info/db5c2d399c143a04 | several months ago]. Addresses [forum:/forumpost/413e04bba5] an anonymous forum post.
Commit
7aaee6fc31983105a2fe86346282e1e0beb0f1809272d05900f1e42c3e0b4f40
Parent
897bd90b27cad1a…
1 file changed
-2
-2
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -134,12 +134,10 @@ | ||
| 134 | 134 | setup_menu_entry("URL Aliases", "waliassetup", |
| 135 | 135 | "Configure URL aliases"); |
| 136 | 136 | if( setup_user ){ |
| 137 | 137 | setup_menu_entry("Notification", "setup_notification", |
| 138 | 138 | "Automatic notifications of changes via outbound email"); |
| 139 | - setup_menu_entry("Email-Server", "setup_smtp", | |
| 140 | - "Activate and configure the built-in email server"); | |
| 141 | 139 | setup_menu_entry("Transfers", "xfersetup", |
| 142 | 140 | "Configure the transfer system for this repository"); |
| 143 | 141 | } |
| 144 | 142 | setup_menu_entry("Skins", "setup_skin", |
| 145 | 143 | "Select and/or modify the web interface \"skins\""); |
| 146 | 144 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -134,12 +134,10 @@ | |
| 134 | setup_menu_entry("URL Aliases", "waliassetup", |
| 135 | "Configure URL aliases"); |
| 136 | if( setup_user ){ |
| 137 | setup_menu_entry("Notification", "setup_notification", |
| 138 | "Automatic notifications of changes via outbound email"); |
| 139 | setup_menu_entry("Email-Server", "setup_smtp", |
| 140 | "Activate and configure the built-in email server"); |
| 141 | setup_menu_entry("Transfers", "xfersetup", |
| 142 | "Configure the transfer system for this repository"); |
| 143 | } |
| 144 | setup_menu_entry("Skins", "setup_skin", |
| 145 | "Select and/or modify the web interface \"skins\""); |
| 146 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -134,12 +134,10 @@ | |
| 134 | setup_menu_entry("URL Aliases", "waliassetup", |
| 135 | "Configure URL aliases"); |
| 136 | if( setup_user ){ |
| 137 | setup_menu_entry("Notification", "setup_notification", |
| 138 | "Automatic notifications of changes via outbound email"); |
| 139 | setup_menu_entry("Transfers", "xfersetup", |
| 140 | "Configure the transfer system for this repository"); |
| 141 | } |
| 142 | setup_menu_entry("Skins", "setup_skin", |
| 143 | "Select and/or modify the web interface \"skins\""); |
| 144 |