Am 23.12.2005 schrieb "Martin Waschbüsch" <[EMAIL PROTECTED]>:
>Hi all, > >I just realized that my second problem is only true for the sub-folders >of the one sent mail is saved in. > >Does someone know how I can make the variable $showto be true for these >folders as well? Found that one, as well: In line 67 of main_core.inc, I replaced if ($folder == $my_prefs["sent_box_name"]) || $folder==$my_prefs['draft_box_name']) with if (ereg($my_prefs["sent_box_name"],$folder) || $folder==$my_prefs['draft_box_name']) Since I do not use sub-folders for Drafts, I left that part untouched. But now the sent mail folder as well as all its subfolders will show the to field instead of the from field. Cheers, Martin -- "Years ago my mother used to say to me... 'In this world, Elwood, you must be Oh-so-smart, or Oh-so-pleasant.' Well, for years I was smart. I recommend pleasant." Elwood P. Dowd (Jimmy Stewart) in 'Harvey' (1950) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Ilohamail-devel mailing list Ilohamail-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ilohamail-devel