summaryrefslogtreecommitdiff
path: root/mail.remote
diff options
context:
space:
mode:
Diffstat (limited to 'mail.remote')
-rw-r--r--mail.remote/mail.remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail.remote/mail.remote.c b/mail.remote/mail.remote.c
index 0d94304f9..ec9107a68 100644
--- a/mail.remote/mail.remote.c
+++ b/mail.remote/mail.remote.c
@@ -166,7 +166,7 @@ main (int argc, char **argv)
}
}
- if ((status = stdio_stream_create (&in, stdin, 0)))
+ if ((status = stdio_stream_create (&in, stdin, MU_STREAM_SEEKABLE)))
{
fprintf (stderr, _("Failed: %s\n"), mu_errstring (status));
goto end;

Return to:

Send suggestions and report system problems to the System administrator.