author | alwin <alwin> | 2004-01-08 02:33:34 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-01-08 02:33:34 (UTC) |
commit | dfa1477a28ecd90e08cf09aeecbe816e94bec0b5 (patch) (unidiff) | |
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 @@ | |||
1 | --- imap/mailimap_sender.c.orig2003-12-15 04:33:57.000000000 +0100 | ||
2 | +++ imap/mailimap_sender.c2004-01-08 03:22:13.000000000 +0100 | ||
3 | @@ -694,6 +694,10 @@ | ||
4 | if (r != MAILIMAP_NO_ERROR) | ||
5 | return r; | ||
6 | |||
7 | + r = mailimap_space_send(fd); | ||
8 | + if (r != MAILIMAP_NO_ERROR) | ||
9 | + return r; | ||
10 | + | ||
11 | r = mailimap_mailbox_send(fd, mb); | ||
12 | if (r != MAILIMAP_NO_ERROR) | ||
13 | return r; | ||