Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
alpine
alpine-gcc44.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File alpine-gcc44.diff of Package alpine
--- imap/src/osdep/unix/dummy.c | 14 ++++++++++++-- pith/send.c | 1 + 2 files changed, 13 insertions(+), 2 deletions(-) Index: alpine-2.20/imap/src/osdep/unix/dummy.c =================================================================== --- alpine-2.20.orig/imap/src/osdep/unix/dummy.c +++ alpine-2.20/imap/src/osdep/unix/dummy.c @@ -734,6 +734,17 @@ long dummy_copy (MAILSTREAM *stream,char return NIL; } +static MAILSTREAM *dummy_rewrite_code(MAILSTREAM *ts) +{ + if (ts) + return ts; + + ts = default_proto (NIL); + if (!(*ts->dtb->create)(ts,"INBOX")) + return NIL; + + return ts; +} /* Dummy append message string * Accepts: mail stream @@ -753,8 +764,7 @@ long dummy_append (MAILSTREAM *stream,ch /* append to INBOX? */ if (!compare_cstring (mailbox,"INBOX")) { /* yes, if no empty proto try creating */ - if (!ts && !(*(ts = default_proto (NIL))->dtb->create) (ts,"INBOX")) - ts = NIL; + ts = dummy_rewrite_code(ts); } else if (dummy_file (tmp,mailbox) && ((fd = open (tmp,O_RDONLY,NIL)) < 0)) { if ((e = errno) == ENOENT) /* failed, was it no such file? */ Index: alpine-2.20/pith/send.c =================================================================== --- alpine-2.20.orig/pith/send.c +++ alpine-2.20/pith/send.c @@ -4159,6 +4159,7 @@ set_parameter(PARAMETER **param, char *p pm->value = cpystr(new_value); } } + return 0; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor