diff options
-rw-r--r-- | alpine/imap.c | 4 | ||||
-rw-r--r-- | doc/tech-notes/tech-notes.txt | 2 | ||||
-rw-r--r-- | pith/pine.hlp | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/alpine/imap.c b/alpine/imap.c index 718bb1a1..578281ad 100644 --- a/alpine/imap.c +++ b/alpine/imap.c @@ -1234,9 +1234,9 @@ mm_log(char *string, long int errflg) now = time((time_t *)0); tm_now = localtime(&now); - dprint((((errflg == TCPDEBUG) && ps_global->debug_tcp) ? 1 : + dprint((((errflg == TCPDEBUG) && ps_global->debug_tcp) ? debug : (errflg == TCPDEBUG) ? 10 : - ((errflg == HTTPDEBUG) && ps_global->debug_http) ? 1 : + ((errflg == HTTPDEBUG) && ps_global->debug_http) ? debug : (errflg == HTTPDEBUG) ? 10 : 2, "IMAP %2.2d:%2.2d:%2.2d %d/%d mm_log %s: %s\n", tm_now->tm_hour, tm_now->tm_min, tm_now->tm_sec, diff --git a/doc/tech-notes/tech-notes.txt b/doc/tech-notes/tech-notes.txt index 9f4ff4d1..48ea47b7 100644 --- a/doc/tech-notes/tech-notes.txt +++ b/doc/tech-notes/tech-notes.txt @@ -1,7 +1,7 @@ Alpine Technical Notes - Version 2.24, October 2020 + Version 2.24.2, May 2021 Table of Contents diff --git a/pith/pine.hlp b/pith/pine.hlp index 4fcf6899..59812c93 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 517 2020-11-27 10:32:54 +Alpine Commit 564 2021-06-10 16:26:14 ============= h_news ================= <HTML> <HEAD> @@ -256,6 +256,10 @@ Bugs addressed include: attachment contains extra null characters after the end of the attachment boundary. +<LI> Tcp and http debug information is not printed unless the default + debug level is set to 1. Print this if requested, regardless of what + the default debug level is. + </UL> <P> Version 2.24 adds new features and addresses bugs found in previous |