procmail
[Top] [All Lists]

Re: procmail and pop3 , imap

2000-07-11 15:21:00
"Dominic W. Chan" <dwchan(_at_)webtechmedia(_dot_)com> writes:
I did what it say on the document, it work find now, but do have one
problem.  I change my sysinbox to ".mailbox" like it say in the document,
and Outlook recognize that.  But when I go to list the folder, it list
INBOX and .mailbox.  Even through they are the same, it should as being
two separate folder!  Is there a way to fix this?  Do I have to rename my
".mailbox" to "INBOX"???

This is not a procmail question: followups should be taken to
comp.mail.imap, or some other more appropriate forum.

(If I was in this situation, I would add a couple lines to the
mailboxfile() routine disallowing the use of ".mailbox" as a plain
name.  Right before the final sprintf() just add the lines

  if (!strcmp(name,".mailbox)) return NIL;


Then again, I wouldn't put myself in this situation, so...)


Philip Guenther

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>