Particularly, pull the necessary parts of three upstream patches to fix some annoying regressions discovered after the release went gold. While here, chase HTTP/1.1 301 Moved Permanently redirection in the WWW line of the port description. Prodded by: maintainer
10 lines
293 B
C
10 lines
293 B
C
--- libmailutils/stream/stream.c.orig 2022-02-12 15:20:43 UTC
|
|
+++ libmailutils/stream/stream.c
|
|
@@ -132,6 +132,7 @@ mu_stream_seterr (struct _mu_stream *stream, int code,
|
|
case EINTR:
|
|
case ENOSYS:
|
|
case EINPROGRESS:
|
|
+ case MU_ERR_INFO_UNAVAILABLE:
|
|
break;
|
|
|
|
default:
|