[imp] Problems with sent_mail

Metee Khanongnuch may@yipintsoi.com
Fri, 21 Dec 2001 00:26:43 +0700


You should strip prefix "INBOX." by edit file imp/config/prefs.php like
this.
:-)

$_prefs['folders'] = array(
    'value' => 'INBOX.',
    'locked' => true,
    'shared' => false,
    'type' => 'text',
    'desc' => _("Path to your mail folders:")
);


----- Original Message -----
From: "Stephan Fabel" <s.fabel@link-m.de>
To: <imp@lists.horde.org>
Sent: Thursday, December 20, 2001 11:49 PM
Subject: Re: [imp] Problems with sent_mail


> Brent!
>
> Brent J. Nordquist wrote:
>
> > On Thu, 20 Dec 2001, Stephan Fabel <s.fabel@link-m.de> wrote:
> > I'm looking at something else from your previous post:
> >
> >>My folders variable is set to "Maildir/".
> >
> > "Maildir/" shouldn't appear anywhere in your Horde/IMP configuration.
> > On my system, Courier IMAP is started with "Maildir" as one of the
> > parameters, which is what links the IMAP folder name to a directory
> > location:
> >
> > INBOX       -> ~/Maildir/
> >       INBOX.Trash -> ~/Maildir/.Trash/
> >
> > etc.  You may or may not want "INBOX." to appear in your Horde/IMP
> > configuration, so that an "INBOX." prefix doesn't show to your users.
But
> > I don't think you want "Maildir/" anywhere in there.  On my system,
> > 'folders' => ''.
>
>
> YOU'RE A GENIUS! Sorry for shouting, but everyone should hear that. :-)
>
> Now the INBOX.sent_mail and INBOX.Trash folders appear in IMP "Selected
> Folders". I guess that's where I want them to be, right? You know, the
only
> reason though I put in the Maildir/ variable in my default.php3 is because
it
> said so in the Administrator's FAQ in a point that has been removed in the
mean
> time ("I get an error saying 'could not save to sent_mail'" or something
like
> that). Because before, I didn't have this in my config either.
>
> Thank you, man! :-)
>
> *Happy*
>
> Stephan
>
> --
> I was going to buy a copy of The Power of Positive Thinking, and
> then I thought: What the hell good would that do?
>              -- Ronnie Shakes
>
>
> --
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
>