Pedro Costa | 2 Sep 2004 14:51
Picon

Move back to Inbox - Part II

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)

Phil Ewington - 43 Plc | 13 Sep 2004 12:29

Installation Issues on Redhat Fedora 1

Hi All,

I have just installed Neomail on Redhat Fedora 1 and get the following error
when logging in...

Couldn't get write lock on /var/spool/mail/[mailbox]!

I have checked all the permissions/ownership as per the INSTALL readme and
now need some help in getting this working.

TIA

- Phil.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.742 / Virus Database: 495 - Release Date: 19/08/2004

-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
simonegremmo | 14 Sep 2004 11:19
Picon
Favicon

two answers about moving file

I've a webspace with neomail 1.25. I can't move message from sent to inbox folder...

My provider apparently don't want upgrade to 1.26 so after reading this mailing list I think to have only two
easy way and I need two answers:

1 - If my provider decide to upgrade from 1.25 to 1.26 or 1.27 the message in sent folder of 1.25 are loosed or
can be retrieved in new version and so moved to inbox folder to be popped?

2 - Another provider can give me a webspace with neomail 1.26. Is there one file (or more files) to ask at first
provider to give to second provider to put on my new webspace. With this file and 1.26 I can finally download
sented message?

If exist a third way more easy I appreciate your message.

Thank

Simone

-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php

Gmane