Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 80890 Details for
Bug 124125
[PATCH] KMail (from KDE 3.5.0) fails to create folders on Dovecot
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for upstream bug 121843 (to 3.5.0-r3)
kmail-3.5.0-r3-kdebug-121843.patch (text/plain), 582 bytes, created by
Sebastien Braun
on 2006-02-28 01:45:37 UTC
(
hide
)
Description:
Patch for upstream bug 121843 (to 3.5.0-r3)
Filename:
MIME Type:
Creator:
Sebastien Braun
Created:
2006-02-28 01:45:37 UTC
Size:
582 bytes
patch
obsolete
>diff -ur kmail-3.5.0.orig/kmail/imapaccountbase.cpp kmail-3.5.0/kmail/imapaccountbase.cpp >--- kmail-3.5.0.orig/kmail/imapaccountbase.cpp 2006-02-26 12:51:47.000000000 +0100 >+++ kmail-3.5.0/kmail/imapaccountbase.cpp 2006-02-26 12:53:04.000000000 +0100 >@@ -1285,7 +1285,7 @@ > if ( delim.isEmpty() ) { > delim = "/"; > } >- if ( !newName.endsWith( delim ) && !folderName.startsWith( delim ) ) { >+ if ( !newName.isEmpty() && !newName.endsWith( delim ) && !folderName.startsWith( delim ) ) { > newName = newName + delim; > } > newName = newName + folderName;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 124125
:
80734
| 80890 |
80891