RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Pending Issues

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 08-13-2006, 10:19 PM
GunFro's Avatar
Registered User
 
Join Date: Jun 2006
Posts: 31
Downloads: 0
Uploads: 0
Send a message via ICQ to GunFro Send a message via AIM to GunFro Send a message via MSN to GunFro
Default Folders, again

Hi all.
After some testing I think that I found the problem. On my box that is, running courier-imap.
If I try to rename a folder a new one gets created and subscribed to, but, here is the problem, the old folder name still shows up on the 'main' page because it's still subscribed to.
I fixed it on my box by adding this to program/lib/imap.inc

function iil_C_RenameFolder(&$conn, $from, $to){
$fp = $conn->fp;

// MOD GunFro
fputs($fp, "usub2 UNSUBSCRIBE \"".$from."\"\r\n");
fputs($fp, "sub2 SUBSCRIBE \"".$to."\"\r\n");
// MOD END


if (fputs($fp, "r RENAME \"".$from."\" \"".$to."\"\r\n")){
do{
$line=iil_ReadLine($fp, 300);
}while($line[0]!="r");

return (iil_ParseResult($line)==0);
}else{
return false;
}
}

One more thing, I wounder is there somewhere one can send this kind of information directly to the developers?
/Gunnar
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 10-16-2006, 04:42 PM
Junior Member
 
Join Date: Aug 2006
Posts: 6
Downloads: 0
Uploads: 0
Default Re: Folders, again

I just had that error when I renamed a folder.
The old one still gets displayed but my imap.inc file already includes your changes.

I am running beta2.

Is there any way to get that folder gone from the list?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 10-16-2006, 06:46 PM
Junior Member
 
Join Date: Aug 2006
Posts: 6
Downloads: 0
Uploads: 0
Default Re: Folders, again

Ok it seems to be a bug with the subscription of folders.

I am using dovecot as imap server whch got a .subscription file.

Once I deleted that I had to renew all subscriptions but since the old folder is gone, it can't be selected again.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 12:42 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community