2 Sep 2004 14:51
Move back to Inbox - Part II
Pedro Costa <pedrocosta <at> acesso.com.br>
2004-09-02 12:51:46 GMT
2004-09-02 12:51:46 GMT
Hi all, Some users are pressuring to be able to save messages stored in neomail folders locally, so I decided to change the code to allow it. I was able to get the INBOX listed in the dropdown, but now I get a message saying "Destination folder INBOX.folder doesn't exist!" When trying to move messages there. All I did was change in sub movemessage from (($folder eq $destination) || ($destination eq 'INBOX')); to ($folder eq $destination); And changed twice from unless ( ($checkfolder eq 'INBOX') || ($checkfolder eq $folder) ) To unless ($checkfolder eq $folder) I read in another post http://sourceforge.net/mailarchive/forum.php?forum_id=7155&max_rows=25&style =flat&viewmonth=200203(Continue reading)
RSS Feed