[imp] Sent Mail folder problem. Plus updated help section.

Metee Khanongnuch may@yipintsoi.com
Sat, 26 Jan 2002 23:42:32 +0700


Please edit compose.inc at line
$sent_mail_folder = $identity->getSentmailFolder(null, Horde::getFormData('sent_mail_folder'));

to
$sent_mail_folder = 
urldecode($identity->getSentmailFolder(null,Horde::getFormData('sent_mail_folder')));
^^^^^^^^^^^^^^^

or use this patch
http://es.yipintsoi.com/download/horde/fixed_sentmail_folder_in_compose.patch.txt

P.S. This patch can include in next CVS or not ?


----- Original Message ----- 
From: "Kris von Mach" <dev@swishmail.com>
To: <imp@lists.horde.org>
Sent: Sunday, January 20, 2002 7:26 AM
Subject: [imp] Sent Mail folder problem. Plus updated help section.


> Hi,
> 
> If you try to use a folder with a space for sent-mail, ex "Sent Items", 
> under identity, it will save correctly, but when you try to compose a new 
> message using that identity, the folder name will be changed to 
> "Sent+Items". And since that folder doesn't exist, it will create it... To 
> make it even worse, when you go back to the identity preferences, and save 
> it again using "Sent+Items" it will change the name one more time to 
> "Sent%2BItems".
> 
> The identity in table horde_prefs gets saved with the + instead of a space.
> 
> 
> And the online help section compose-options needs updating:
> 
> "You can, however, turn this feature 'on' as your default with 
> 'Preferences' on the blue navigation bar at top."
> 
> I think it would be better if it said:
> 
> "You can, however, turn this feature 'on' as your default within your 
> Identity, by going to Options->Personal Information->Edit your identities."
> 
> This is from the latest 3.1 cvs.
> 
> __
> Kris.