author | alwin <alwin> | 2004-01-08 02:33:34 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-01-08 02:33:34 (UTC) |
commit | dfa1477a28ecd90e08cf09aeecbe816e94bec0b5 (patch) (side-by-side diff) | |
tree | f06328465656f79161a317b4339a005a556b63d4 | |
parent | f6579de06a7974691cfa9ac43414fe3a7c3ced16 (diff) | |
download | opie-dfa1477a28ecd90e08cf09aeecbe816e94bec0b5.zip opie-dfa1477a28ecd90e08cf09aeecbe816e94bec0b5.tar.gz opie-dfa1477a28ecd90e08cf09aeecbe816e94bec0b5.tar.bz2 |
another patch for libetpan (bug when copy mails on imap server)
-rw-r--r-- | noncore/net/mail/libetpanstuff/libetpan-0.32-mailimap_sender.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/noncore/net/mail/libetpanstuff/libetpan-0.32-mailimap_sender.patch b/noncore/net/mail/libetpanstuff/libetpan-0.32-mailimap_sender.patch new file mode 100644 index 0000000..7f737f0 --- a/dev/null +++ b/noncore/net/mail/libetpanstuff/libetpan-0.32-mailimap_sender.patch @@ -0,0 +1,13 @@ +--- imap/mailimap_sender.c.orig 2003-12-15 04:33:57.000000000 +0100 ++++ imap/mailimap_sender.c 2004-01-08 03:22:13.000000000 +0100 +@@ -694,6 +694,10 @@ + if (r != MAILIMAP_NO_ERROR) + return r; + ++ r = mailimap_space_send(fd); ++ if (r != MAILIMAP_NO_ERROR) ++ return r; ++ + r = mailimap_mailbox_send(fd, mb); + if (r != MAILIMAP_NO_ERROR) + return r; |