Gilbert Ng | 3 Apr 2006 07:03
Picon

Re: Notice: Undefined property: _params in ...horde/ingo/lib/IMAP/Search.php on line 56

Thanks for your reply, but, what is the meaning of HEAD and FW3?

Regards,

Gilbert

2006/3/16, Michael M Slusarz <slusarz@...>:
> Quoting Jan Schneider <jan@...>:
>
> > Zitat von Gilbert Ng <gilbertclng@...>:
> >
> >> Dear all,
> >>
> >> When I enable the option under "IMP->Options -> filters"
> >> Either
> >> Apply filter rules upon logging on?
> >> or
> >> Apply filter rules whenever INBOX is displayed?
> >>
> >> I get the following errors:
> >> Notice: Undefined property: _params in
> >> /usr/local/apache2/htdocs/horde/ingo/lib/IMAP/Search.php on line 56
> >>
> >> If I set the second rules, this errors appear whenever I click the
> >> INBOX icon.
> >
> >> The following is my Horde and other app Version
> >>
> >>  * Horde: 3.0.2
> >
(Continue reading)

Jacques Beaudoin | 3 Apr 2006 19:49
Picon
Favicon

Ingo "Purple Horde" colors out of sink

Hi,

I want to use "Purple Horde" color with all my Horde applications.

But Ingo "Purple Horde" colors are out of sink with
the rest of horde applications

Can that be fixe ?

Cordialement

Jacques Beaudoin
Agent d'administration
Les services des technologies
de l'information et des communications
Commission scolaire de la Pointe de l'Île
Montréal, Québec, Canada

Courriel/Email: jacques-beaudoin@...
Cel: 514 918-3350
--

-- 
Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: ingo-unsubscribe@...

Michael M Slusarz | 3 Apr 2006 20:16
Favicon
Gravatar

Re: Notice: Undefined property: _params in ...horde/ingo/lib/IMAP/Search.php on line 56

Quoting Gilbert Ng <gilbertclng@...>:

> Thanks for your reply, but, what is the meaning of HEAD and FW3?

See http://www.horde.org/source/

michael

___________________________________
Michael Slusarz [slusarz@...]
JM Coursimault | 6 Apr 2006 17:46

Delayed application of filter rules

Hello,

On my Imp/Ingo installation, I see that all messages first arrive in my mailbox,
and then after several minutes Ingo kicks in, applies the rules I've defined and
transfers the messages in the folders I want.

I would like the messages to arrive immediately in the destination folders. I've
googled high and low and I don't see what happens or how to change this
behavior.

My installation is :
Mandriva Linux 2006.0

horde-3.0.5-1mdk
horde-nag-2.0.2-2mdk
horde-imp-4.0.3-2mdk
horde-ingo-1.0.1-3mdk
horde-turba-2.0.3-2mdk
horde-mnemo-2.0.1-3mdk
(those are the last available official Mandriva versions)

I've uw-imap (the package name is imap-2004e-1.1.20060mdk)
and php-imap-5.0.4-2.1.20060mdk

My /etc/horde/ingo/backends.php contains
/* IMAP Example */
$backends['imap'] = array(
    'driver' => 'null',
    'preferred' => 'localhost',
    'hordeauth' => true,
(Continue reading)

Michael M Slusarz | 6 Apr 2006 20:54
Favicon
Gravatar

Re: Delayed application of filter rules

Quoting JM Coursimault <Horde@...>:

> Hello,
>
> On my Imp/Ingo installation, I see that all messages first arrive in  
>  my mailbox,
> and then after several minutes Ingo kicks in, applies the rules I've  
>  defined and
> transfers the messages in the folders I want.
>
> I would like the messages to arrive immediately in the destination   
> folders. I've
> googled high and low and I don't see what happens or how to change this
> behavior.
>
> My installation is :
> Mandriva Linux 2006.0
>
> horde-3.0.5-1mdk
> horde-nag-2.0.2-2mdk
> horde-imp-4.0.3-2mdk
> horde-ingo-1.0.1-3mdk
> horde-turba-2.0.3-2mdk
> horde-mnemo-2.0.1-3mdk
> (those are the last available official Mandriva versions)
>
> I've uw-imap (the package name is imap-2004e-1.1.20060mdk)
> and php-imap-5.0.4-2.1.20060mdk
>
> My /etc/horde/ingo/backends.php contains
(Continue reading)

Jan Schneider | 8 Apr 2006 10:30
Favicon
Gravatar

Re: Ingo "Purple Horde" colors out of sink

Zitat von Jacques Beaudoin <jacques-beaudoin@...>:

> Hi,
>
> I want to use "Purple Horde" color with all my Horde applications.
>
> But Ingo "Purple Horde" colors are out of sink with
> the rest of horde applications
>
> Can that be fixe ?

I'm not sure what you mean, but I guess the answer will be: "Patch?"

Jan.

--

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

André Böhm | 8 Apr 2006 23:30

Ingo support for Thunderbird Message Labels and "Junk" Label

Hi,

I made a litte patch that adds Mozilla/Thunderbird label support to ingo 
sieve rules.
It also adds support for the "Junk"-label that is used by other mail 
clients.

To use this you need a Cyrus IMAP server and the Ingo backend configured 
to use sieve scripts.

Thunderbird offers customisable message labels. By pressing keys 1-5 you 
can assign special colors to your messages. The key 0 removes the label.
Also, you can assign the "Junk"-label to messages or remove it. There is 
a special button for this. AppleMail and Evolution use the same 
"Junk"-Label, but they differ in "NotJunk"-Label, as far as I remember.

When using an (Cyrus) IMAP server capable of storing custom labels, 
Thunderbird does write these labels back to the IMAP server (if the user 
has "w" permissions for this mailbox).

Common label names are "Answered", "Seen", "Forwarded"...
Mozilla labels are called "$Label1" to "$Label5".

I simply added these custom label names to Ingos Sieve Lib and included 
another row on the rules page (in German).

I had this working on my previous installation and have just upgraded to 
  ingo-h3-1.1 and tried to reflect all neccessary changes in this few 
patch files, so I hope I did not miss anything.

(Continue reading)

Chuck Hagenbuch | 10 Apr 2006 03:33
Favicon
Gravatar

Re: Ingo support for Thunderbird Message Labels and "Junk" Label

Quoting André Böhm <andre <at> gaarden.net>:

> I made a litte patch that adds Mozilla/Thunderbird label support to
> ingo sieve rules.

Could you post this to an enhancement request on bugs.horde.org so it  
doesn't get lost? Thanks.

> BTW, the "Junk"-Label works with many clients, I wonder if it could be
> supported by Imp as well.

The PHP imap extension that we use doesn't give us a way to retrieve  
custom flags, unfortunately.

-chuck

-- 
"we are plastered to the windshield of the bus that is time." - Chris
--

-- 
Ingo mailing list - Join the hunt: http://horde.org/bounties/#ingo
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: ingo-unsubscribe <at> lists.horde.org
Ruben Cardenal | 17 Apr 2006 22:20
Picon
Favicon

sidebar.php goes live with 0 bytes size

Hi,

  First of all, sorry for addressing this message to 3 different lists at a
time, I know it's not a good practice.

  I'm having the same problem in 3 different installations of Horde and its
modules. No matter what other modules I install or not: when I activate at
the same time Ingo and Kronolith, when a user tries to log-in, the
services/portal/sidebar.php file has size 0 and, of course, there's no left
menubar. This happens randomly too with Jonah. Setting the log level to
DEBUG shows nothing relevant.

  The versions I'm using are:

(kronolith)  H3 (2.2-cvs)
(ingo)  H3 (1.2-cvs)
(gollem)  H3 (1.0.2)
(passwd)  H3 (3.0)
(imp)  H3 (4.1.1)
(turba)  H3 (2.1)
(whups)  1.0-cvs
(trean)  0.1-cvs
(mnemo)  H3 (2.1)
(jonah)  0.1-cvs
(rakim)  0.1-cvs
(nag)  H3 (2.1)

  This happens to me both with the stable and/or the cvs version of
Ingo/Kronolith. When I remove (simply renaming the dir) one of them, all
works properly.
(Continue reading)

Jan Schneider | 18 Apr 2006 11:31
Favicon
Gravatar

Re: sidebar.php goes live with 0 bytes size

Zitat von Ruben Cardenal <ruben@...>:

> Hi,
>
>   First of all, sorry for addressing this message to 3 different lists at a
> time, I know it's not a good practice.
>
>   I'm having the same problem in 3 different installations of Horde and its
> modules. No matter what other modules I install or not: when I activate at
> the same time Ingo and Kronolith, when a user tries to log-in, the
> services/portal/sidebar.php file has size 0 and, of course, there's no left
> menubar. This happens randomly too with Jonah. Setting the log level to
> DEBUG shows nothing relevant.

Check your server logs and make sure the PHP is either displaying or  
logging errors correctly.

Jan.

--

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/


Gmane