diff --git a/CHANGESTODO b/CHANGESTODO index f0ce4b8..3dc9775 100644 --- a/CHANGESTODO +++ b/CHANGESTODO @@ -1560,10 +1560,6 @@ ________________________________________________________________________ - place and v("place") aren't in sync (new changes for psyc clients) -- when forwarding _message_echo_private from a remote server to a local - client, newlines get replaced by mere spaces. where does that happen - and how can it be avoided? - + if newbie: directly show register dialog (lynx should add _status_unregistered or so) diff --git a/install.sh b/install.sh index 92a0e4f..bcc8730 100755 --- a/install.sh +++ b/install.sh @@ -1021,14 +1021,14 @@ _IRC_encrypted = $IRCS_PORT _HTTP = $HTTP_PORT _HTTP_encrypted = $HTTPS_PORT _applet = $APPLET_PORT +_SMTP = $SMTP_PORT +_SMTP_encrypted = $SMTPS_PORT ; Experimental protocol services -;_SMTP = $SMTP_PORT -;_SMTP_encrypted = $SMTPS_PORT -;_POP3 = $POP3_PORT -;_POP3_encrypted = $POP3S_PORT -;_NNTP = $NNTP_PORT -;_NNTP_encrypted = $NNTPS_PORT +_POP3 = $POP3_PORT +_POP3_encrypted = $POP3S_PORT +_NNTP = $NNTP_PORT +_NNTP_encrypted = $NNTPS_PORT [_optional] ; Enable web-based configuration tool