Re: Moving between Mailbox folders

Torsten Mueller <[email protected]>
Newsgroups gmane.mail.neomail.general
Message-ID <[email protected]>
P.S. Please answer only to the mailinglist

"PurrsKitty (Cindy)" schrieb:
> 
> Hi Torsten, I saw this.... but HOW do I DO it??  Thanx for your reply; sure
> hope you can help me :)  Ernie said what needs to be done but didn't
> disclose HOW it's done.

I searched the archives and found a message from me ;-)
I myself didn't test this hack, so you should tell us, if it
worked the expected way.

Torsten

> Betreff: Re: [Neomail-users] Re: NeoMail-users digest, Vol 1 #672 - 3 msgs
>     Datum: Tue, 19 Nov 2002 08:13:55 +0100
>       Von: Torsten Mueller <[email protected]>
>        An: "[email protected]" <[email protected]>
> 
> Avelino Faria schrieb:
> > 
> > Hello Torsten,
> > 
> > Thank you for the info. I looked at the code and was not able to figure
> > out where it can be changed. Can you provide some more details? Promise
> > will not place no blame on you.
> > 
> > Thank you,
> > Avelino
> 
> In neomail.pl locate 
> 
> sub movemessage {
> 
> and change
> (($folder eq $destination) || ($destination eq 'INBOX'));
> to
> ($folder eq $destination);
> 
> Now you have to add the INBOX as a target for the move option.
> Ernie did it this way (to not have the INBOX as the target):
> 
> ################
> my @movefolders;
> foreach my $checkfolder (@validfolders) {
>          unless ( ($checkfolder eq 'INBOX') || ($checkfolder eq $folder)
> ) {
>          push (@movefolders, $checkfolder);
>      }
> }
> ################
> Change (more than once)
> unless ( ($checkfolder eq 'INBOX') || ($checkfolder eq $folder) ) {
> to
> unless ($checkfolder eq $folder) {
> 
> Between, Ernie mentioned, that it is possible. I myself agree with
> Ernie,
> that it's not wise to do it.
> 
> However Avelino,
> 
> Good Luck.
> (and tell us, if you succeed)
> 
> Torsten


-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.