From 6288c67a92b37eba8f74305e5bb9d076a0c53e4b Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Thu, 20 Feb 2020 17:16:56 -0700 Subject: * Remove debug information in net_soutr(), which makes Alpine print extra debug information as messages in the screen. --- imap/src/c-client/mail.c | 1 - pith/pine.hlp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/imap/src/c-client/mail.c b/imap/src/c-client/mail.c index 8539868..e591a52 100644 --- a/imap/src/c-client/mail.c +++ b/imap/src/c-client/mail.c @@ -6370,7 +6370,6 @@ long net_getbuffer (void *st,unsigned long size,char *buffer) long net_soutr (NETSTREAM *stream,char *string) { - mm_log(string, ERROR); return (*stream->dtb->soutr) (stream->stream,string); } diff --git a/pith/pine.hlp b/pith/pine.hlp index 2f5fabc..9c13d80 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 409 2020-02-19 01:13:43 +Alpine Commit 410 2020-02-20 17:16:52 ============= h_news ================= -- cgit v1.2.3-54-g00ecf