summaryrefslogtreecommitdiff
path: root/mail.remote
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-01-18 15:01:01 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-01-18 15:01:01 +0000
commitcaa977bf1591e9e56b91ea2cfbc6f5fe55207f99 (patch)
tree82217af1ba58ec03bead55681a8ca00c1f9646b3 /mail.remote
parentec07a37ec3be09ef1993335d9c96907014b763dc (diff)
downloadmailutils-caa977bf1591e9e56b91ea2cfbc6f5fe55207f99.tar.gz
mailutils-caa977bf1591e9e56b91ea2cfbc6f5fe55207f99.tar.bz2
Open stdio stream with MU_STREAM_SEEKABLE bit set.
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)
166 } 166 }
167 } 167 }
168 168
169 if ((status = stdio_stream_create (&in, stdin, 0))) 169 if ((status = stdio_stream_create (&in, stdin, MU_STREAM_SEEKABLE)))
170 { 170 {
171 fprintf (stderr, _("Failed: %s\n"), mu_errstring (status)); 171 fprintf (stderr, _("Failed: %s\n"), mu_errstring (status));
172 goto end; 172 goto end;

Return to:

Send suggestions and report system problems to the System administrator.